.content h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
}

.content h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.content p {
	margin: 0; margin-bottom: 1em;
	padding: 0;
}

.content p.error {
	color: #FD0000;
}


/**
 * Buttons
 */
.content div.buttons {
	width: 722px;
	margin: 2em 0 1em;
	padding: 0;
}

.content input.button, 
.content p.button,
.content p.button a {
	display: block;
	height: 30px;
}

.content p.button a span {
	display: none;
}

.content input.button {
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
}


.content .button.back a { width: 87px; background: url("images/button_back.gif") no-repeat; }
.content .button.continueshop a { width: 233px; background: url("images/button_continue_shop.gif") no-repeat; }
.content .button.step2 { width: 164px; background: url("images/button_step2.gif") no-repeat; }
.content .getstatus { border: none; height: 24px; width: 117px; background: url("images/button_get_status.gif") no-repeat; vertical-align: top; }
.content .search { border: none; height: 24px; width: 117px;}


/**
 * Page: home
 */
.content p.tagline {
	margin: 0 0 1em 0;
	color: #5E6E65;
	font-weight: bold;	
}

.content table.offers {
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin: 0 0 2em 0;
	padding: 0;
}

.content table.offers td {
	margin: 0;
	padding: 0 1em;
	width: 25%;
	vertical-align: top;
	text-align: left;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
}

.content table.offers td.first { padding-left: 0; border-left: 0; }
.content table.offers td.last { padding-right: 0; border-right: 0; }

.content table.offers td p {
	margin: 0; margin-bottom: 0.25em;
	padding: 0;
}

.content table.offers td p.product {
	font-size: 16px;
	font-weight: bold;
	color: #52B948;
}

.content table.offers td p.productprice {
	font-size: 16px;
	font-weight: bold;
	color: #52B948;
}

.content table.offers td p.productprice span {
	font-size: 11px;
	vertical-align: text-top;	
}

.content table.offers td p.tagline {
	margin: 2em 0 !important;
}

.content table.offers td img.product {
	float: right;
	margin: 0.25em; margin-right: 0;
}

.content table.offers td img.provider {
	margin: 0;
}

.content table.offers td ul.info {
	margin: 0.5em 0;
	padding: 0;
	list-style: none;
}

.content table.offers td ul.info li {
	margin: 0;
	padding: 0; padding-bottom: 0.25em;
	color: #5E6E65;
}

.content table.offers td ul.info li.price {
	font-weight: bold;
}

.content table.offers div.buttons,
.content div.offer-container div.buttons {
	margin: 0;
	padding: 0;
	width: auto;
}

.content table.offers div.buttons br,
.content div.offer-container div.buttons br {
	display: none;
}

.content table.offers div.buttons a,
.content div.offer-container div.buttons a {
	margin: 0.25em 0;
	padding: 0;
	display: block;
	width: 127px;
	height: 25px;
}

.content table.offers div.buttons a.order,
.content div.offer-container div.buttons a.order { background: url("images/button_order.gif") no-repeat; }
.content table.offers div.buttons a.orderphone,
.content div.offer-container div.buttons a.orderphone { background: url("images/button_orderphone.gif") no-repeat; }

.content div.buttons a span {
	display: none;
}

.content table.offers td p.alt {
	margin: 0;
	padding: 0; padding-bottom: 0.25em;
	color: #5E6E65;
	font-weight: bold;
}

.content table.offers td ul.alt {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content table.offers td ul.alt li {
	margin: 0;
	padding: 0; padding-bottom: 0.25em;
}

.content table.offers td ul.alt li a {
	color: #5E6E65;
	text-decoration: underline;
}

.content table.offers td p.alt {
	margin: 0.5em 0 0 0;
}

.content table.offers p.discount {
	color: #52B948;
	font-weight: bold;
}

.content table.offers td.large {
	border-left: none;
	border-right: none;
}

.content table.offers td ul.list {
	color: #52B948;
	margin: 0;
	padding: 0;
	list-style: inside;
}


.content div.offer-container {
	margin: 0em 0 2em 0;
	padding: 15px 10px;
	background: #E7E9E8;
	width: 720px;
}

.content div.offer-container h3 {
	font-size: 19px;
}

.content div.offer-container p.tagline {
	float: left;
	padding-top: 0.75em;
}

.content div.offer-container div.buttons {
	float: right;
}

.content div.offer-container div.buttons a {
	float: left;
}

.content div.offer-container table.offers {
	margin: 1em 0;
	padding: 0.5em 0;
	width: 100%;
	background: #FFF;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;	
}

.content div.offer-container table.offers td {
	margin: 0;
	padding: 10px 5px;
	width: 176px;
	border: none;
}

.content div.offer-container table.offers td.large {
	width: 352px;
}

.content div.offer-container table.offers td.large img {
	margin: 0;
}


/**
 * Page: faq
 */
.content table.faq {
	width: 700px;
	border-collapse: collapse;
	border: none;
	padding: 0;
	margin: 0 0 2em 0;
}

.content table.faq td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

.content table.faq td.line {
	border-top: 1px solid #E2E3E1;
	padding: 5px 0 5px 0;
	
}

.content table.faq td a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #485245;
}

.content .button.faq_open { margin: 7px; border: none; height: 10px; width: 10px; background: url("images/button_faq_open.gif") no-repeat; }
.content .button.faq_closed { margin: 7px; border: none; height: 10px; width: 10px; background: url("images/button_faq_closed.gif") no-repeat; }

.content .button.faq_open a,
.content .button.faq_closed a {
	height: 10px;
}

form label.auto {
	width: 75px;
}
form .fieldsfaq {
	display: block;
	margin: 0 0 0.5em 75px;
	padding: 2px 0;
}

form label.searchmedium {
	width: 1s20px;
}
form .fieldsmedium {
	display: block;
	margin: 0 0 0.5em 120px;
	padding: 2px 0;
}

.content div.contact-container {
	margin: 0 0 3em 0;
}


/**
 * Page: details
 */
.content input.button.placeincart { width: 233px; background: url("images/button_place_in_cart.gif") no-repeat; }

.content form p.green {
	margin: 0; margin-bottom: 0.5em !important;
	padding: 0 !important;
	color: #52B948;
}

.content form p.normal {
	font-weight: normal;
	font-size: 11px;
}

.content div.detail-general {
	width: 722px;
	margin: 0 0 2em;
	padding: 0;
}

.content table.details {
	padding: 0;
	margin: 0 0 1em;
}

.content table.details td img.productlarge {
	width: 175px;
	height: 150px;
}

.content table.details td img.providerlarge {
	width: 120px;
	height: 100px;
}

.content table.details td {
	vertical-align: top;
	text-align: left;
}

form .fields_nomargin {
	display: block;
	margin: 0 0 0.5em 0px;
	padding: 2px 0;
}

form label.medium {
	width: 100px;
}
form .fieldsmedium {
	display: block;
	margin: 0 0 0.5em 100px;
	padding: 2px 0;
}

form .fieldsmedium span {
	padding: 5px;
}

form .fieldsmedium span.error {
	background: #FD0000;
}

form .fieldsmedium.text {
	padding: 5px 0;
}

.content .infobutton { 
	border: none; 
	height: 18px; 
	width: 18px; 
/*	background: url("images/button_info2.gif") no-repeat; */
	margin: 0;
	padding: 0;
	vertical-align: top;
}


/**
 * Page: winkelmandje
 */
.content div.order-container table.order td p.product {
	font-weight: bold;
}
.content input.button.order2 { width: 127px; background: url("images/button_order_2.gif") no-repeat; }

div.ww_banner {
	position: relative;
	margin: 0;
	padding: 3px 5px;
	display: block;
	width: 712px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background: url("images/form_legend_bg.gif") no-repeat;
	color: #FFF;
}

div.ww_banner span.edit {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	position:absolute;
	left: 275px;
}

div.ww_banner span.delete {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	position:absolute;
	left: 347px;
}


/**
 * Page: bestel stap 1
 */
.content fieldset#fs_contract_type label {
	font-weight: bold;
}


/**
 * Page: bestel stap 2
 */
.content table fieldset { width: auto; }

.content div.order-container {
	width: 717px;
	margin: 0;
	padding: 3px;
}

.content div.order-container table.order {
	width: 717px;
	border-collapse: collapse;
	border: none;
	background-color: #F3FBEE;
}

.content div.order-container table.order tr.order_white{
	background-color: #FFFFFF;
}

.content div.order-container table.order tr.order_grey{
	background-color: #F5F5F5;
}

.content div.order-container table.order tr.order_white_spacer{
	background-color: #FFFFFF;
	height: 5px;
}

.content div.order-container table.order td p {
	font-weight: normal;
}

.content div.order-container table.order td p.label {
	font-weight: bold;
}
.content div.order-container table.order td p.price {
	font-weight: bold;
}

.content p.caption {
	margin: 0;
	padding: 3px 5px;
	display: block;
	width: 730px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background: url("images/caption.gif") no-repeat;
	color: #FFF;
}

.content input.button.placeorder { width: 198px; background: url("images/button_place_order.gif") no-repeat; }
.content div.print_overview {
	width: 722px;
	margin: 0 0 0.25em 0;
	padding: 0;
}

.content p.button a {
	margin: 0.25em 0;
	padding: 0;
	display: block;
}

.content p.button a.print_overview {
	background: url("images/button_print_overview.gif") no-repeat;
	width: 127px;
	height: 26px;
}

.content form label.bankchoice {
	width: 100px;
	margin: 0;
	padding: 5px 0 0 25px;
	float: left;
}

.total {
	font-size: 14px;
	text-transform: uppercase;
}

.space{
	padding: 10px 0 25px 0;
}

.bold {
	font-weight: bold;
}


/**
 * Page: orderstatus
 */
.content p.button a.print_contract {
	background: url("images/button_print_contract.gif") no-repeat;
	width: 127px;
	height: 26px;
}

.content table.orderstatus p {
	margin: 0;
	padding: 0;
}


/**
 * Page: contact
 */
.content span.bold {
	font-weight: bold;
	line-height: 150%;
}

.content p.contact {
	line-height: 150%;
}

.content table.contact {
	width: 50%;
	border-collapse: collapse;
	border: none;
	padding: 0;
	margin: 0;
}

.content table.contact td {
	margin: 0;
	padding: 0 0 1em 0;
	width: 25%;
	vertical-align: top;
	text-align: left;
}

.content table.contact td p {
	margin: 0; margin-bottom: 0.25em;
	padding: 0;
	line-height: 150%;
}

.content p.green {
	margin: 0;
	padding: 0;
	color: #52B948;
	font-size: 24px;
}


/**
 * Page: bedankt
 */
.content p.caption {
	margin: 0;
	padding: 3px 5px;
	display: block;
	width: 730px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background: url("images/caption.gif") no-repeat;
	color: #FFF;
}

.content div.button {
	margin: 2.25em 0 3.5em 0;
}

.content p.button {
	margin: 0;
	padding: 0;
	width: auto;
}

.content p.button a.print_read {
	background: url("images/button_contract_print_read.gif") no-repeat;
	width: 197px;
	height: 26px;
}

.content p.button a span {
	display: none;
}


/**
 * Page: toestellen
 */
table.search {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table.search td{
	vertical-align: top;
}

.content div.grey_line {
	border-top: 1px solid #E2E3E1;
	width: 100%;
	margin: 1em 0 2em 0;
}

.content .big {
	font-size: 13px;
}

.content .grey {
	color: #485245;
}

.content .linkimage {
	border: 0;
}

.content .button.show { width: 78px; height: 26px; background: url("images/button_show.gif") no-repeat; }


/**
 * Page: packagemaker toestellen
 */
div#sidemenu {
	background-color: #EDEDED;
	width: 170px;
	height: 550px;
}

div#sidemenu p.smlarge {
	font-size: 19px;
	text-transform: uppercase;
}

div#sidemenu p.smmedium {
	font-size: 12px;
	font-weight: normal;
}

div#sidemenu p.smgreen {
	font-size: 18px;
	color: #50AC27;
}

div#sidemenu div.cstsrv {
	width: 165px;
	background-color: #D7D9D6;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 2px;
	line-height: 5px;
	margin-top: 125px;
	margin-bottom:50px;
}

div#main {
	width: 552px;
	padding: 0;
	margin: 0;
}

.content table.product_list {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
}

.content table.product_list td{
	vertical-align: top;
}

.content table.product_list td.middle {
	vertical-align: middle;
}

.content table.product_list p {
	padding: 0;
	margin: 0;
}

.content table.product_list p.price {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0.1em;
}

.content table.product_list p.price span {
	font-size: 12px;
	font-weight: bold;
	vertical-align: text-top;
}

.content table.product_list p.price span.text {
	font-weight: normal;
	vertical-align: middle;
}

.content td img.productmedium {
	width: 90px;
	height: 90px;
}

.content p.button a.choose {
	background: url("images/button_choose.gif") no-repeat;
	width: 96px;
	height: 23px;
}

.content div.grey_line_low {
	border-top: 1px solid #E2E3E1;
	width: 100%;
	margin: 0.5em 0 0em 0;
}

.content h2.red {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #FE5816;
}

p.newprice {
	font-weight: bold;
	color: #FE5816;
}

.content .button.search2 { width: 95px; height: 24px; background: url("images/button_search_2.gif") no-repeat; }

.expand_search {
	width: 120px;
	height: 12px;
	border: 0;
}

table.pm_search {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 245px;
}

table.pm_search td{
	vertical-align: top;
	padding: 0;
	margin: 0;
}

table.pm_search td.pm_bottom{
	vertical-align: bottom;
	text-align: center;
}


table.pm_search_small {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 158px;
}

table.pm_search_small td{
	vertical-align: top;
	padding: 0;
	margin: 0;
}

table.pm_search_small td.pm_bottom{
	vertical-align: bottom;
	text-align: center;
}

table.pm_search_small td.pm_center{
	vertical-align: middle;
	text-align: center;
}

/**
 * Page: Quickorder
 */
table.quickorder {
	margin: 0;
	padding: 0;
	height: 185px;
	width: 154px;
	border-spacing: 0;
	border-collapse: collapse;

}

table.quickorder td.top {
	height: 76px;
	vertical-align: top;
}

table.quickorder td.bottom {
	vertical-align: bottom;
}

span.pricegreen {
	color: #52B948;
	font-size: 14px;
	font-weight: bold;
}

span.pricegreen span {
	font-size: 11px;
	vertical-align: text-top;	
}

span.large {
	font-size: 18px;
}

span.smallgrey {
	color: #999999;
	font-size: 10px;
}


/**
 * Page: Product details
 */
div.product_images {
	width: 260px;
	float: right;
	margin-top: 12px;
}

div.product_specs {
	width: 260px;
	float: left;
}
 
.content img.image-large {
	width: 200px;
	height: 200px;
	float: right;
	margin: 0 20px 8px 0;
}

.content ul.images {
	margin: 0 8px 0 0;
	padding: 0;
	width: 222px;
	height: 225px;
	float: right;
	list-style: none;
}

.content ul.images li {
	margin: 0;
	padding: 0;
	display: inline;
}

.content ul.images li img {
	margin: 0; margin-left: 8px; margin-bottom: 8px;
	padding: 0;
	width: 60px;
	height: 60px;
	display: block;
	float: left;
}

img.border { border: 1px solid #000000; }

ul.product_specs { 
	margin: 0; margin-bottom: 9px;
	padding-left: 16px;
	list-style-image: url("images/list_image.gif");
}

.content input.button.back {
    width: 87px;
/*    background: url("images/button_terug.gif") no-repeat; */
}
.content input.button.choose { width: 96px; background: url("images/button_choose.gif") no-repeat; }
.content input.button.order { width: 127px; background: url("images/button_order.gif") no-repeat; }

.black {
	color: #000000;
}

img.quickmenu-product { 
	width: 70px;
	height:50px;
}


/**
 * Page: Product details
 */
.pm-business {
	width: 565px;
}

div#sidemenu p.topay {
	text-align: center;
	font-size: 17px;
	color: #FD5816;
	margin-top: 17px;
	margin-bottom: 17px;
	text-transform: uppercase;
}
div#sidemenu p.topaysqr {
	text-align: center;
	font-size: 20px;
	color: #FD5816;
	background-image: url("images/pm_z_pricesquare.gif");
	height: 84px;
	width: 170px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 17px;
	margin-bottom: 17px;
	display: block;
	line-height: 76px;
}
div#sidemenu p.smpheader {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
div#sidemenu input.smpbutton_order {
	background-image: url("images/button_order_red.gif");
	background-repeat: no-repeat;
	border-style: none;
	height: 32px;
	margin-left: 8px;
	margin-top: 1.5em;
	width: 154px;
}
div#sidemenu table.smproduct {
	background-color: #D7D9D6;
	margin-top: 2px;
	margin-bottom: 2px;
 	text-align: left;
	width: 170px;
	border-spacing: 0;
	padding: 2px 2px 2px 2px;
}
div#sidemenu td.smproduct {
	font-size: 10px;
	height: 20px;
}
div#sidemenu td.smspacer {
	height: 4px;
	background-color: #E5E5E5;
}

table.pm_business {
	width: 565px;
	border-collapse: collapse;
	border-spacing: 0;
}
table.pm_business td {
	vertical-align: top;

}
table.pm_business td.pm_center {
	vertical-align: middle;
	text-align: center;
}

table.pm_business_selected {
	width: 565px;
	background-color: #E7F7DD;
	margin-top: 10px;
	margin-bottom: 10px;
}

form label.smaller {
	width: 60px;
}
form .fieldssmaller {
	display: block;
	margin: 0 0 0.5em 60px;
	padding: 2px 0;
}
.content input.button.orderred { width: 154px; height:34px; background: url("images/button_order_red.gif") no-repeat; }

div.cv {
	display: none;
}

/* TOEGEVOEGD */

img.product {
        border: 0px;
}

ul.offers {
        list-style: none;
        margin: 0;
        padding: 0 0 0 0;
        width: 732px;
        background: url(/css/22/ui/size4_repeat.gif) repeat-y;
}

li.offers {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 182px;
}

li.offers.size2 { width: 366px; }
li.offers.size3 { width: 244px; }
li.offers.size4 { width: 182px; }

div.offers_block {
        width: 100%;
        text-align: left;
}

ul.offers li.offers div.offers {
        height: 150px;
}

ul.offers li.offers div.provider {
        height: 110px;
}

ul.offers li.offers div.kpnbuttons {
        height: 180px;
}

.offers_block p.product, .offers_block_last p.product, .offers_block_first p.product {
    font-size: 16px;
    font-weight: bold;
    color: #52B948;
    margin: 0 0 5px 0;
}

.offers_block p.product span, .offers_block_last p.product span, .offers_block_first p.product span {
    font-size: 11px;
    vertical-align: text-top;
}

.offers_block img.product, .offers_block_last img.product, .offers_block_first img.product {
    float: right;
    margin: 0.25em; margin-right: 0;
}

.offers_block p.tagline, .offers_block_last p.tagline, .offers_block_first p.tagline {
    margin: 0 0 1em 0;
    color: #5E6E65;
    font-weight: bold;
    padding-top: 10px;
}

div.clear {
        clear: both:
}

.provider ul.info {
    margin: 0.5em 0;
    padding: 0;
    list-style: none;
}

.provider ul.info li {
    margin: 0;
    padding: 0; padding-bottom: 0.25em;
    color: #5E6E65;
}

.provider ul.info li.price {
    font-weight: bold;
}

.content li.offers div.buttons {
	margin: 0;
	padding: 0;
	width: auto;
}

.content li.offers div.buttons br {
	display: none;
}

.content li.offers div.buttons a {
	margin: 0.25em 0;
	padding: 0;
	display: block;
	width: 127px;
	height: 25px;
}

.content li.offers div.buttons a.order { background: url("images/button_order.gif") no-repeat; }
.content li.offers div.buttons a.orderphone { background: url("images/button_orderphone.gif") no-repeat; }

.content li.offers p.alt {
	margin: 0;
	padding: 0; padding-bottom: 0.25em;
	color: #5E6E65;
	font-weight: bold;
}

.content li.offers ul.alt {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content li.offers ul.alt li {
	margin: 0;
	padding: 0; padding-bottom: 0.25em;
}

.content li.offers ul.alt li a {
	color: #5E6E65;
	text-decoration: underline;
}

.content li.offers p.alt {
	margin: 0.5em 0 0 0;
}

.content li.offers p.discount {
	color: #52B948;
	font-weight: bold;
}

.content li.offers ul.list {
	color: #52B948;
	margin: 0;
	padding: 0;
	list-style: inside;
}

/* Nieuwsbrief */

div.news_info_container {

}

div.info_titel {
    height: 24px;
    background: url("../screen/images/menu_bg.gif");
    margin: 0px;
}

div.info_titel_footer {
    height: 10px;
    background: #79CD6F;
    margin-top: 10px;
}

span.news_title {
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
}

div.news_field {
    border-left: dotted 1px #aaa;
    border-right: dotted 1px #aaa;
    background: #FBFDFA;
}

.news_field .interest {
    background: #F3FBEE;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 6px;
}

.news_field .interest_topics {
    background: #FBFDFA;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
}

.news_field .personal_data {
    background: #F3FBEE;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    padding-left: 10px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 6px;
}

.news_field .entry_data {
    margin-top: 2px;
    width: 200px;
    float: left;
    padding-left: 14px;
}

.news_field .entry_input {
    margin-top: 2px;
    width: 400px;
    float: rigth;
}

.news_field img.news_button {
    border: 0px;
    margin-top: 10px;
    margin-left: 10px;
}

.news_field p.helptekst {
    padding: 10px;
}

#lay {
    display: none; 
    visibility: hidden; 
    background: #4FAD26; 
    overflow: hidden; 
    padding-top: 10px;
    height: 768px; 
    width:554px;
}

.compColor {
    background: #4FAD26;
}

.m5addedprod {
    font-weight: bold;
    padding-left: 10px;
    padding-top: 2px;
}

#noDisplay {
    display: none;
    visibility: hidden;
}

.M5BackBtn {
    display: block;
    width: 87px;
    height: 30px;
    background: url(/css/22/shared/images/button_back.gif) no-repeat top left;
    float: left;
}

.M5PlaceBtn {
    display: block;
    width: 233px;
    height: 30px;
    background: url(/css/22/shared/images/button_place_in_cart_order.gif) no-repeat top left;
    float: right;
}

.M5BackBtn span, .M5PlaceBtn span {
    display: none;
    visibility: hidden;
}

.prContainer { width: 732px; }

.prContainer .prRow { margin: 0 0 10px 0; }

.prContainer .prRow.size1 { }
.prContainer .prRow.size1.bannerSize { border: 0; margin: 20px auto; text-align: center; }

.prContainer .prRow.size2 { background: url(/css/22/ui/size2_repeat.gif) repeat-y; }
.prContainer .prRow.size3 { background: url(/css/22/ui/size3_repeat.gif) repeat-y; }
.prContainer .prRow.spot1 { background: url(/css/22/ui/size3_repeat_lspot.gif) repeat-y; }
.prContainer .prRow.spot2 { background: url(/css/22/ui/size3_repeat_cspot.gif) repeat-y; }
.prContainer .prRow.spot3 { background: url(/css/22/ui/size3_repeat_rspot.gif) repeat-y; }

.prContainer .prRow.size4 { background: url(/css/22/ui/size4_repeat.gif) repeat-y; }

.prContainer .size1 .prBox { width: 100%; float: left; margin: 0 1px 0 0; }
.prContainer .size2 .prBox { width: 356px; float: left; margin: 0 1px 0 0; padding: 0 0 0 8px; }
.prContainer .size3 .prBox { width: 243px; float: left; margin: 0 1px 0 0; }
.prContainer .size4 .prBox { width: 176px; float: left; margin: 0 1px 0 0; padding: 0 0 0 5px; }

.prContainer .size3 .spotlight { width: 176px; float: left; margin: 0 1px 0 0; padding: 0 0 0 5px; }
.prContainer .size3 .focus { width: 356px; float: left; margin: 0 1px 0 0; padding: 0 0 0 5px; }

.prContainer .size4 .prBox h2 { height: 40px; font-size: 15px; overflow: hidden; }
.prContainer .prRow .prBox .prPrice {
   color: #52B948;
   font-size: 16px;
   font-weight: bold;
   margin: 0 0 5px 0;
}

.prContainer .prRow .prBox .prImage {
   float: right;
   display: block;
   width: 90px;
   height: 130px; 
   overflow: hidden;
}

.prContainer .prRow .prBox .prImage img { width: 90px; }

.prContainer .size2 .prBox .prImage, .prContainer .size3 .focus .prImage {
   width: 210px;
   height: 210px; 
   overflow: hidden;
}

.prContainer .prRow .prBox .prImage.noArt9 {
   margin: 0 auto;
   float: none;
   width: 100%;
   text-align: center;
}

.prContainer .size2 .prBox .prImage img, 
.prContainer .prRow .prBox .prImage.noArt9 img,
.prContainer .size3 .focus .prImage img {
   width: auto;
   height: auto; 
   overflow: hidden;
}

.prContainer .prRow .prBox .prImageLarge {
   float: right;
   display: block;
   height: 200px; 
   overflow: hidden;
}

.prContainer .size3 .spotlight .prImage { height: 210px; }

.prContainer .prRow .prBox .m5tagline {
   float: left;
   width: 85px;
   font-weight: bold;
   padding: 15px 0 0 0;
}
.prContainer .size2 .prBox .m5tagline, .prContainer .size3 .focus .m5tagline { width: 146px; text-align: left; }
.prContainer .prRow .prBox .m5taglineLarge {
   float: left;
   width: 400px;
   font-weight: bold;
   padding: 15px 0 0 15px;
}
.prContainer .prRow .prBox .prButtons { height: 34px; width: 140px; padding: 0 0 0 5px; }
.prContainer .prRow .prBox .order { background: url(images/button_order.gif) no-repeat; width: 127px; height: 26px; display: block; }
.prContainer .prRow .prBox .order span { display: none; visibility: hidden; }

.prContainer .prRow .prBox div.provider { height: 120px; }
.prContainer .prRow .prBox .prSuppImage { width: 100%; height: 34px; overflow: hidden; }

.prContainer .prRow .row1P {
   width: 714px; 
   height: 202px; 
   margin: 0 0 10px 0;
   background: #E6E6E6 url(images/1row_bg.gif) no-repeat left top;
   position: relative;
   cursor: pointer;
}

.prContainer .prRow .row1P .inside {
   width: 714px; 
   height: 202px; 
}

.prContainer .prRow .row1P .prDataFld {
   width: 406px;
   height: 202px;
   overflow: hidden;
   padding: 0 0 0 27px;
}

.prContainer .prRow .row1P .prDataFld .prTitle {
   height: 40px;
   text-align: left;
   overflow: hidden;
   font-size: 22px;
   font-family: Verdana, sans-serif;
   font-weight: bold;
   line-height: 38px;
}

.prContainer .prRow .row1P .prDataFld .prOffer {
   color: #fff;
   background: #FF640A;
   padding: 0 2px;
}

.prContainer .prRow .row1P .prDataFld .features {
   height: 122px;
   overflow: hidden;
   text-align: left;
}

.prContainer .prRow .row1P .prDataFld .features .fLeft {
   float: left;
   width: 162px;
   height: 122px;
}

.prContainer .prRow .row1P .prDataFld .features .fRight {
   float: right;
   width: 240px;
   height: 122px;
}

.prContainer .prRow .row1P .prDataFld .features .specDesc {
   color: #45AD3A;
   font-size: 16px;
   padding: 5px 0 0 5px;
   margin: 0;
   font-family: Arial, Verdana, sans-serif;
   font-weight: bold;
}

.prContainer .prRow .row1P .prDataFld .features .ftDesc {
   font-size: 11px;
   padding: 5px 0 0 5px;
   margin: 0;
   color: #666;
   font-family: Verdana, Arial, sans-serif;
   font-weight: bold;  
}

.prContainer .prRow .row1P .prDataFld .prAdd {
   height: 40px;
   overflow: hidden;
   line-height: 38px;
   font-weight: bold;
   text-align: left;
} 

.prContainer .prRow .row1P .rOrder {
   display: block;
   width: 125px;
   height: 23px;
   background: #000 url(images/1row_order.gif) no-repeat left top;
   text-decoration: none;
   position: absolute;
   right: 36px;
   bottom: 7px;
   z-index: 10;
}

#dimmer {
    width: 100%;
    height: 100%;
    z-index: 898;
    left: 0;
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.70;
    top: 0;
    position: absolute;
    background: #024300;
    display: none;
    visibility: hidden;
}

body > #dimmer {
    position: fixed;
}


#dimContent {
    position: absolute;
}

body > #dimContent {
    position: fixed;
}

#dimContent {
    width: 100%;
    height: 100%;
    z-index: 899;
    left: 0;
    top: 0;
    position: absolute;
    display: none;
    visibility: hidden;
}

#dimContainer {
   position: absolute;
   width: 720px;
   top: 50%;
   left: 50%;
   margin-top: -220px;
   margin-left: -360px;
   background: #fff url(images/dimmed_bg.gif) right repeat-y;
}

#dimContainer .M5body {
   width: 660px;
   height: 420px;
   margin: 0 auto;
   overflow-y: scroll;
   padding: 0 0 20px 0;
}

#dimContainer .M5body h3 {
   margin: 0;
   padding: 10px 0 5px 0;
   font-size: 20px;
}

#dimCloser {
   width: 25px;
   height: 25px;
   position: absolute;
   right: 3px;
   z-index: 999;
   top: 3px;
   cursor: pointer;
   background: url(images/dimmed_closer.gif) no-repeat top left;
}

#tstColors {
   margin: 10px 0 0 0;
   width: 150px;
}

.lProdTitle {
   color: #52B948;
   margin: 0;
   padding: 10px 0 5px 0; 
   font-weight: bold;
   font-size: 15px;
}
