body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/backgr.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding: 0;
	margin: 0;
	font-size: 1em;
}

#desktop {
	width: 1000px;
	margin: 13px auto;
	padding: 0;
}

/* # NEW ############################################################ */

.paySelectTR {
	border-width: 1px 0;
	border-style: solid;
	border-color: #CCCCCC;
	cursor: pointer;
}

.paySelectTR:hover {
	background-color: #FEEEE5;
}

.paySelectTR.selected {
	background-color: #FCDECC;
}

/* ################################################################## */

form {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

a {
	color: #EA5A00;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

table {
	border-width: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

td.number {
	text-align: right;
}


h2 {
	clear: both;
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 10px 0 0 0;
	padding: 4px 0 0 16px;
	height: 21px;
}

.wfull		{ width: 100%			}
.w100		{ width: 100px; 		}
.w120		{ width: 120px; 		}
.small		{ font-size: 11px;		}

.fixfloat {
	clear: both;
}

/* ################################################################## */

ol {
	padding: 5px 10px 5px 0;
	margin: 0 0 0 25px;
}

ol li {
	padding: 0;
	margin: 0 20px 10px 0;
}

ul.buttonList,
ul.buttonListWhite {
	display: block;
	list-style: none;
	padding: 5px 10px 10px 0;
	margin: 0;
	min-height: 30px;
}

ul.pageNavigation {
	clear: both;
	display: block;
	list-style: none;
	padding: 0 10px 5px 0;
	margin: 0;
	min-height: 30px;
}

ul.buttonList li,
ul.buttonListWhite li,
ul.pageNavigation li {
	float: left;
	padding: 0 11px 0 0;
	margin: 0 10px 0 0;
	height: 23px;
	background-image: url(images/submit.right.onGray.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

ul.buttonListWhite li {
	background-image: url(images/submit.right.onWhite.gif);
}

ul.buttonList li a,
ul.buttonListWhite li a,
ul.pageNavigation li a {
	display: block;
	height: 19px;
	padding: 4px 0 0 11px;
	margin: 0;
	background-image: url(images/submit.left.onGray.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

ul.buttonListWhite li a {
	background-image: url(images/submit.left.onWhite.gif);
}

ul.buttonListWhite li a.pd_checkoutButton {
	background-image: url(images/submit.left.checkout.gif);
	padding: 4px 0 0 38px;
}

ul.pageNavigation li {
	margin-right: 5px;
}

ul.pageNavigation li a {
	padding: 4px 3px 0 14px;
}

ul.buttonList li a:hover,
ul.buttonListWhite a:hover,
ul.pageNavigation a:hover {
	text-decoration: underline;
}

ul.pageNavigation li.selected {
	background-image: url(images/submit.right.selected.onGray.gif);
}

ul.pageNavigation li.selected strong {
	display: block;
	height: 19px;
	padding: 4px 3px 0 14px;
	margin: 0;
	background-image: url(images/submit.left.selected.onGray.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	color: #FFFFFF;
}

ul.linklist {
	list-style: none;
	padding: 5px 10px 10px 0;
	margin: 0;
}

ul.linklist li {
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 10px;
	line-height: 13px;
}

ul.linklist li a {
	text-decoration: none;
	font-size: 12px;
}

/* ################################################################## */

span.input input,
span.input textarea,
input.input,
textarea.input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	vertical-align: bottom;
	padding: 1px 0 1px 5px;
	margin: 0px 0 4px 0;
}

span.inputcart input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	vertical-align: bottom;
	padding: 1px 0 1px 5px;
	margin: 0;
}

span.input input {
	vertical-align: middle;
}

span.input textarea.input {
	width: 580px;
}

span.i350 input { width: 350px; }
span.i200 input { width: 200px; }
span.i200 select { width: 200px; margin-bottom: 4px;}

input.pd_quantity {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 1px 0 0px 5px;
}

input#quickSearch {
	margin: 4px 0 0 0;
}

.submitGray,
.submitRed,
.submitWhite {
	background-image: url(images/submit.right.onGray.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 23px;
	padding-right: 11px;
	text-decoration: underline;
}


.submitGray:hover,
.submitRed:hover,
.submitWhite:hover {
	
}

.submitRed {
	background-image: url(images/submit.right.onRed.gif);
}

.submitWhite {
	background-image: url(images/submit.right.onWhite.gif);
}

.submitGray input,
.submitRed input,
.submitWhite input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(images/submit.left.onGray.gif);
	background-repeat: no-repeat;
	background-position: left ;
	background-color: #EFEFEF;
	border-width: 0;
	height: 23px;
	padding: 0 0 0 11px;
	margin: 0;
	font-size: 12px;
	vertical-align: bottom;
	color: #666666;
	cursor: pointer;
}

.submitGray:active,
.submitRed:active,
.submitWhite:active {
	padding-right: 10px;
	
}

.submitGray input:active,
.submitRed input:active,
.submitWhite input:active {
	padding-left: 12px;
	color: #000000;
}

.submitRed input {
	background-color: #9A0000;
	background-image: url(images/submit.left.onRed.gif);
}

.submitWhite input {
	background-color: transparent;
	background-image: url(images/submit.left.onWhite.gif);
}

.submitGray input.cart {
	background-image: url(images/submit.left.cart.gif);
	padding: 0 0 0 35px;
}


/* ################################################################## */

#top {
	position: relative;
	width: 1000px;
	height: 89px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#top h1 {
	margin: 0 0 0 20px;
	height: 74px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	text-indent: -5000px;
	border-width: 0 0 6px 0;
	border-color: #9A0000;
	border-style: solid;
}

#top ul.buttons {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 13px;
	top: 0px;
	list-style: none;
}

#top ul.buttons li {
	float: left;
	margin-left: 1px;
	font-size: 11px;
	background-color: #B95D5E;
	border-color: #EACCCC;
	border-width: 0 0 0 1px;
	border-style: solid;
}

#top ul.buttons li a {
	display: block;
	padding: 3px 10px 0 10px;
	color: #FFFFFF;
	text-decoration: none;
	height: 19px;
}

#top ul.buttons li a:hover {
	border-color: #FFFFFF;
	border-width: 0 0 2px 0;
	border-style: solid;
	height: 17px;

}

#top p.info,
#top p.phone {
	color: #E3BFBF;
	position: absolute;
	margin: 0;
	padding: 5px 0 5px 50px;
	right: 8px;
	top: 30px;
	font-size: 11px;
}

#top p.info strong {
	color: #FFFFFF;
}

#top p.info strong.big {
	font-size: 14px;
}
#top p.info strong.domain {
	font-size: 28px;
	line-height: 18px;
}
#top p.phone {
	right: 8px;
	background-image: url(images/top.phone.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#top p.phone strong.big {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 16px;
}

/* ################################################################## */

#task {
	position: relative;
	margin: -16px 10px 0 0;
	width: 180px;
	float: left;
}

#main {
	position: relative;
	margin: -16px 10px 0 0;
	width: 620px;
	float: left;
	font-size: 0.8em;
}

#teaser {
	position: relative;
	margin: -16px 0 0 0;
	width: 180px;
	float: left;
}

#bottom {
	width: 1000px;
	clear: both;
	float: left;
	margin-top: 10px;
	padding: 0;
	border-width: 6px 0 0 0;
	border-color: #9A0000;
	border-style: solid;
}

#bottom p {
	margin: 0;
	padding: 5px 10px 40px 10px;
	font-size: 11px;
	color: #666666;
}

/* ################################################################## */

#task h2				{	background-image: url(images/label.180.default.gif);		}
#task h2.search			{	background-image: url(images/label.180.search.gif);			}
#teaser h2				{	background-image: url(images/label.180.default.gif);		}
#teaser h2.cart			{	background-image: url(images/label.180.cart.gif);			}


#task .redBox {
	background-color: #9A0000;
	padding: 5px 5px 10px 15px;
}

#task .redBox p {
	margin: 0;
	padding: 0;
}

#task .grayNavBox,
#task .redNavBox,
#teaser .grayNavBox,
#teaser .redNavBox {
	padding: 0;
}

#task .grayNavBox ul,
#task .redNavBox ul,
#teaser .grayNavBox ul,
#teaser .redNavBox ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

#task .grayNavBox ul li,
#task .redNavBox ul li,
#teaser .grayNavBox ul li,
#teaser .redNavBox ul li {
	line-height: 18px;
}

#task .grayNavBox ul li a,
#task .redNavBox ul li a,
#teaser .grayNavBox ul li a,
#teaser .redNavBox ul li a {
	display: block;
	width: 158px;
	margin: 0;
	padding: 2px 5px 2px 15px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #CCCCCC;
	color: #666666;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
	background-color: #EFEFEF;
}

#task .grayNavBox ul li.whitelight a {
	background-color: #FFFFFF;
}

#task .grayNavBox ul li.highlight a {
	background-image: url(images/task.highlight.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#task .grayNavBox ul li.subcat a {
	background-image: url(images/task.subcat.gif);
	background-repeat: no-repeat;
	background-position: 16px 7px;
	border-width: 0px;
	width: 148px;
	padding-left: 25px;
	background-color:#FFFFFF;
}
#task .grayNavBox ul li.subcat2 a {
	background-color: #FFFFFF;
	background-image: url(http://www.redbody.net/templates/v2/images/task.subcat.gif);
	background-position: 26px 7px;
	background-repeat: no-repeat;
	border-width: 0;
	padding-left: 35px;
	width: 138px;
	color:#000000;
	text-decoration:underline;
}

#task .grayNavBox ul li a:hover,
#teaser .grayNavBox ul li a:hover {
	background-color: #FFFFFF;
}

#task .redNavBox ul,
#teaser .redNavBox ul {
	border-color: #AE3333 #9A0000;
}

#task .redNavBox ul li a,
#teaser .redNavBox ul li a {
	color: #FFFFFF;
	background-color: #9A0000;
	border-color: #AE3333;
}

#task .redNavBox ul li a:hover,
#teaser .redNavBox ul li a:hover {
	background-color: #AE3333;
}


#task .addBottom,
#teaser .addBottom {
	background-image: url(images/box.bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 11px;
}

#teaser .grayBox,
#teaser .lightBox {
	background-color: #EFEFEF;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px 10px 0 10px;
	color: #666666;
}

#teaser .lightBox {
	background-image: url(images/lightBox.teaser.backgr.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#teaser .grayBox td {
	font-size: 0.75em;
}

#teaser .grayBox p,
#teaser .lightBox p {
	font-size: 0.75em;
	padding: 0;
	margin: 0;
	line-height: 16px;
}

#teaser .grayBox p.centered,
#teaser .lightBox p.centered {
	text-align: center;
}

#teaser .grayBoxBottom {
	background-image: url(images/grayBox.bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 33px;
	margin: 0 0 10px 0;
	text-align: right;
}

#teaser .grayBoxBottom ul.buttonList li {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

#teaser .grayBoxBottom .submitGray {
	margin-right: 10px;

}

/* ################################################################## */

#main h2 {
	background-image: url(images/label.620.default.gif);
}

#main h2.first {
	background-image: url(images/label.620.first.gif);
}

#main h2.gray {
	background-image: url(images/label.620.gray.gif);
	color: #9A0000;
}

/* ################################################################## */

#main .box {
	clear: both;
	background-color: #FFFFFF;
	background-image: url(images/box.backgr.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding: 10px 0 0 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

#main .full {
	min-height: 900px;
}

#main .box h3 {
	margin: 5px 5px 5px 5px;
	padding: 0;
	font-size: 1.0em;
	font-weight: bold;
	color: #EA5A00;
}

#main .box h3 a {
	text-decoration: none;
}

#main .box h3 a:hover {
	text-decoration: underline;
}

#main .box h4 {
	margin: 5px;
	padding: 0;
	font-size: 1.0em;
	font-weight: bold;
	color: #666666;
}

#main .box h4 a {
	text-decoration: none;
}

#main .box p {
	margin: 5px;
	padding: 0 15px 10px 0;
	color: #333333;
}

#main .box p.bottomLinks a {
	font-size: 0.9em;
}

#main .box p.pageInfo {
	font-size: 0.9em;
	padding: 0 15px 0 0;
}

#main .box p.textList {
	font-size: 0.9em;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px 0;
}

#main .box p .big {
	font-size: 1.7em;
	font-weight: bold;
	vertical-align: baseline;
}

#main .box .manufacturerDropdown p {
	float: left;
}

#main .box .manufacturerDropdown select {
	margin-top: 4px;
}

#main .box p.alert {
	display: block;
	width: 565px;
	border: 1px solid #9A0000;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	background-color: #DFB3B2;
	color: #000000;
}

#main .box div.alert {
	display: block;
	width: 565px;
	border: 1px solid #9A0000;
	padding: 10px;
	background-color: #DFB3B2;
	color: #000000;
}

#main .box p.highlight {
	display: block;
	width: 565px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #EFEFEF;
}

#main .box .innerBox {
	clear: both;
	background-color: #FFFFFF;
	margin: 0 10px 10px 0;
	padding: 20px 0 10px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

#main .box .innerBox .iboxElement {
	float: left;
	width: 280px;
	min-height: 140px;
	margin: 0 10px 0 0;
	background-position: 130px top;
	background-repeat: no-repeat;
}

#main .box .innerBox .iboxElement.cashdelivery		{	background-image: url(images/payment_cashdelivery.jpg);		}
#main .box .innerBox .iboxElement.creditcard		{	background-image: url(images/payment_creditcard.jpg);		}
#main .box .innerBox .iboxElement.direct			{	background-image: url(images/payment_direct.jpg);			}
#main .box .innerBox .iboxElement.electroniccash	{	background-image: url(images/payment_electroniccash.jpg);	}
#main .box .innerBox .iboxElement.invoice			{	background-image: url(images/payment_invoice.jpg);			}
#main .box .innerBox .iboxElement.prepayment		{	background-image: url(images/payment_prepayment.jpg);		}

#main .box .innerBox .iboxElement h4 {
	color: #9A0000;
	font-size: 1.25em;
	padding: 35px 0 0 0;
	margin-bottom: 0;
}

#main .box .innerBox .iboxElement p {
	font-size: 0.95em;
}

/* ################################################################## */

#main .lightBox {
	float: left;
	position: relative;
	width: 200px;
	height: 172px;
	overflow: hidden;
	background-image: url(images/lightBox.backgr.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 2px 10px 0;
}

#main .lightBox h3 {
	margin-left: 15px;
}

#main .lightBox p.image {
	position: absolute;
	top: 64px;
	left: 10px;
	margin: 0;
	padding: 0;
}

#main .lightBox p.description {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 15px 0 15px;
	padding: 0;
	font-size: 0.85em;
	height: 33px;
}

#main .lightBox p.description .price {
	position: absolute;
	right: 17px;
	bottom: 15px;
	text-align: right;
	color: #E4BCBD;
	font-weight: bold;
}

#main .lightBox p.description .price strong {
	display: block;
	font-size: 18px;
	color: #FFFFFF;
}

#main .lightBoxSmall {
	float: left;
	width: 140px;
	height: 110px;
	overflow: hidden;
	background-image: url(images/lightBox.small.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 12px 10px 0;
	padding: 0;
}

#main .lightBoxSmall p {
	background-repeat: no-repeat;
	background-position: center;
	width: 130px;
	height: 100px;
	padding: 0;
	margin: 5px;
}

/* ################################################################## */

#main .offerBox {
	float: left;
	position: relative;
	width: 302px;
	height: 142px;
	overflow: hidden;
	background-image: url(images/offerBox.backgr.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 2px 10px 0;
}

#main .offerBox h3 {
	margin-left: 15px;
}

#main .offerBox p.description {
	position: relative;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 20px 0 100px;
	padding: 0;
	font-size: 0.85em;
	height: 33px;
}

#main .offerBox p.default {
	margin: 0 15px;
	padding: 0;
}

#main .offerBox p.image {
	position: absolute;
	top: 33px;
	left: 10px;
	margin: 0;
	padding: 0;
}

#main .offerBox ul.buttonList {
	position: absolute;
	right: 0px;
	top: 108px;
}

#main .offerBox p.description .price {
	position: absolute;
	right: 3px;
	top: 47px;
	text-align: right;
	font-weight: bold;
}

#main .offerBox p.description .price .old {
	color: #999999;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 12px;
}

#main .offerBox p.description .price .prefix {
	color: #333333;
	font-size: 14px;
	display: inline-block;
	padding-bottom: 2px;
	vertical-align: bottom;
}


#main .offerBox p.description .price strong {
	font-size: 20px;
	color: #9A0000;
}

#main .offerBox p.discount {
	position: absolute;
	left: 40px;
	top: 80px;
	width: 84px;
	height: 39px;
	background-image: url(/templates/v2/images/discount.star.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	text-align: center;
	padding: 15px 0 0 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	
}

#main .offerBox p.discount span {
	font-size: 14px;
	font-weight: normal;
}

#main .offerBox p.description .specialPrice {
	line-height: 50%;
	position: absolute;
	white-space: nowrap;
	right: 10px;
	top: 50px;
	color: #333333;
	font-size: 18px;
	color: #9A0000;
}

#main .offerBox p.description .specialPrice .productOldPrice {
	position: absolute;
	right: 75px;
	top: 35px;
	font-size: 15px;
	color: #999999;
	text-decoration: line-through;
}

/* ################################################################## */

#main .catBox {
	float: left;
	width: 140px;
	height: 150px;
	overflow: hidden;
	background-image: url(images/catBox.backgr.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 10px 10px 0;
	padding: 15px 0 0 0;
	text-align: center;
}

#main .catBox p {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	font-weight: bold;
}

#main .catBox p a {
	text-decoration: none;
}

#main .catBox p img {
	margin-bottom: 5px;
	height: 120px;
}

/* ################################################################## */

#main ul.fiveBox {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	height: 70px;
}

#main ul.fiveBox li {
	float: left;
	width: 109px;
	height: 55px;
	font-size: 12px;
	color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	margin: 3px 3px 0 0;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	background-image: url(images/box.backgr.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

/* ################################################################## */

#main ul.iconList {
	display: block;
	list-style: none;
	padding: 10px 10px 10px 5px;
	margin: 0;
}

#main ul.iconList li {
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
	margin: 0 15px 0 0;
}

#main ul.iconList li a {
	display: block;
	padding-top: 34px;
	width: 130px;
	height: 32px;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	color: #666666;
}

#main ul.iconList li a:hover {
	text-decoration: underline;
	color: #EA5A00;
}

#main ul.iconList li.account {
	background-image: url(images/account.gif);
}

#main ul.iconList li.addressbook {
	background-image: url(images/addressbook.gif);
}

#main ul.iconList li.password {
	background-image: url(images/password.gif);
}

#main ul.iconList li.newsletter {
	background-image: url(images/newsletter.gif);
}
	

/* ################################################################## */

#main ul.indexTask {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	height: 24px;
}

#main ul.indexTask li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0 15px 0 0;
	background-image: url(images/indexTask.right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 24px;
}

#main ul.indexTask li a {
	font-size: 12px;
	font-weight: bold;
	display: block;
	background-image: url(images/indexTask.left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #9A0000;
	text-decoration: none;
	padding: 5px 0 1px 20px;
}

#main ul.indexTask li.selected {
	background-image: url(images/indexTask.right.selected.gif);
}

#main ul.indexTask li.selected a {
	background-image: url(images/indexTask.left.selected.gif);
	color: #FFFFFF;
}

#main .indexCard {
	display: none;
}



#main .crossBox {
	clear: both;
	margin: 0 10px 10px 0;
}

#main .crossBox .item {
	clear: both;
	position: relative;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	margin: 3px 0 0 0;
	padding: 0 0 0 75px;
	min-height: 60px;
}

#main .crossBox .item h3 {
	font-size: 12px;
	padding: 5px 5px 0 5px;
	margin: 0;
}

#main .crossBox .item p {
	padding: 5px;
	margin: 0;
}

#main .crossBox .item p.description {
	padding: 0 5px 5px 5px;
	width: 380px;
	font-size: 11px;
}

#main .crossBox .item p .price {
	position: absolute;
	right: 10px;
	top: 10px;
}

#main .crossBox .item p .price strong {
	font-size: 15px;
	color: #9A0000;
}

#main  .crossBox .item p .price .productOldPrice {
	font-size: 15px;
	color: #999999;
	text-decoration: line-through;
}

#main  .crossBox .item p .nobreak .productOldPrice {
	margin-right: 5px;
}

#main .crossBox .item p .nobreak strong br {
	display: none;
}

#main .crossBox .item p.image {
	position: absolute;
	left: 5px;
	top: 0;
	width: 65px;
}

#main .crossBox .item p.image img {
	height: 50px;
}


/* ################################################################## */

#main .box .pd_image {
	margin-top: 20px;
	float: left;
	width: 280px;
	font-size: 11px;
}

#main .box .pd_image .image {
	margin-left: 20px;
}

#main .box .pd_infos {
	float: left;
	width: 310px;
	min-height: 400px;
}

#main .box .pd_infos p.thumbnails {
	margin: -5px 0 5px 0;
	padding: 0;
}

#main .box .pd_image img.thumbnail,
#main .box .pd_infos p.thumbnails img {
	height: 70px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

#main .box .pd_infos .graybox {
	background-color: #EEEEEE;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 15px;
}

#main .box .pd_infos .support a {
	display: block;
	padding: 0 0 0 40px;
	background-image: url(/templates/v2/images/support.gif);
	background-position: 3px 3px ;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000000;
}
		
#main .box .pd_infos .support a strong {
	display: block;
	color: #999999;
}

#main .box .pd_infos .graybox h3 {
	font-size: 1.5em;
	margin: 5px 5px 0 5px;
	padding: 0;
}

#main .box .pd_infos .graybox p {
	margin: 5px 5px 5px 5px;
	padding: 0;
}

#main .box .pd_infos .pd_price {
	text-align: left;
}


#main .box .pd_infos .pd_price strong {
	font-size: 22px;
	color: #9A0000;
}

#main .box .pd_infos .pd_price strong .productOldPrice {
	font-size: 15px;
	color: #999999;
	text-decoration: line-through;
}

#main .box .pd_variationTable {
	width: 100%;
	margin: 0 0 10px 0;
}

#main .box .pd_variationTable th {
	text-align: left;
	background-image: url(images/label.620.gray.gif);
	background-position: left top;
	padding: 2px 17px;
	color: #9A0000;
	font-size: 0.9em;
}

#main .box .pd_variationTable td {
	border-style: solid;
	border-width: 1px 0 1px 1px;
	border-color: #FFFFFF;
	background-color: #EEEEEE;
	padding: 2px 10px;
	font-size: 0.9em;
}

#main .box .pd_variationTable td.radio {
	width:  3%;
}

#main .box .pd_variationTable td.status {
	text-align: right;
	font-size: 10px;
	vertical-align: middle;
	color: #999999;
}

#main .box .pd_variationTable td.status.black {
	color: #000000;
}

#main .box .pd_variationTable td.waiting {
	text-align: center;
	padding: 25px 0 24px 0;
}

#main .box .pd_variationTable td.waiting img,
#main .box .pd_variationTable td.status img {
	vertical-align: middle;
	margin: 0 5px 3px 3px;
}

#main .box .pd_variationTable td label {
	cursor: pointer;
}

#main .box table.data {
	width: 585px;
	margin: 0 0 10px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

#main .box table.data th {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	font-size: 0.9em;
	padding: 2px 5px;
	line-height: 14px;
}

#main .box table.data th.left {
	text-align: left;
	width: 85px;
}

#main .box table.data td {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	font-size: 0.9em;
	padding: 2px 5px;
	line-height: 14px;
}

#main .box table.data td.t1 {
	background-color: #EEEEEE;
	text-align: center;
}

#main .box table.data td.t2 {
	background-color: #F6F6F6;
	text-align: center;
}

#main .box table.data td.right {
	text-align: right;
}

#main .box table.data td.center {
	text-align: center;
}

#main .box table.default {
	margin: 10px 0;
}

#main .box table.default td {
	padding: 5px 0 0 5px;
	vertical-align: top;
}

#main .box table.default td.shippingOpen,
#main .box table.default td.shippingActual,
#main .box table.default td.shippingDone,
#main .box table.default td.shippingFinished {
	padding: 28px 0 3px 0;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #999999;
	background-color: #F6F6F6;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	width: 148px;
	background-repeat: no-repeat;
	background-position: center 5px;
}

#main .box table.default td.shippingOpen span,
#main .box table.default td.shippingActual span,
#main .box table.default td.shippingDone span,
#main .box table.default td.shippingFinished span {
	color: #000000;
}

#main .box table.default td.shippingOpen {
	background-image: url(images/shipping.open.gif);
}

#main .box table.default td.shippingActual {
	background-image: url(images/shipping.done.gif);
}

#main .box table.default td.shippingDone {
	background-image: url(images/shipping.notready.gif);
}

#main .box table.default td.shippingFinished {
	background-image: url(images/shipping.ready.gif);
}

#main .box table.default td textarea {
	max-width: 580px;
}

/* ################################################################## */

#lightbox {	
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img {
	border: none;
}

#outerImageContainer{
	position: relative;
	background-color: #FFFFFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav{
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	#background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	background: url(/templates/v2/images/prevlabel.gif) left 15% no-repeat;
	float: left;
}

#nextLink {
	right: 0;
	background: url(/templates/v2/images/nextlabel.gif) right 15% no-repeat;
	float: right;
}
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin:	0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData{
	padding:0 10px;
	color: #666666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}			

#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #9A0000;
}

/* ################################################################## */

#inlinePopupArea {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

#inlinePopupArea #inlinePopupBackground {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	width: 100%;
	height: 100%;
	background-color: #9A0000;
}

#inlinePopupArea #inlinePopupContent {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 102;
}

#inlinePopupArea #inlinePopupContent #inlinePopupiframe {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#inlinePopupArea #inlinePopupContent p {
	font-size: 14px;
	color: #FFFFFF;
	padding: 0 10px;
	margin: 0;
	background-color: #000000;
}

#inlinePopupArea #inlinePopupContent p.link {
	text-align: right;
}

#inlinePopupArea #inlinePopupContent p.link a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#inlinePopupArea #inlinePopupContent p a:hover {
	color: #F89939;
}



/* ################################################################## */

#popup {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFFFFF;
	width: 100%;
	min-height: 400px;
	font-size: 0.8em;
}

#popup h2 {
	display: inline-block;
	margin: 10px 2px 0 10px;
	padding: 0 20px 0 0;
	background-image: url(images/indexTask.right.selected.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 24px;
}

#popup h2 span {
	font-size: 12px;
	font-weight: bold;
	display: block;
	background-image: url(images/indexTask.left.selected.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 0 1px 30px;
}

#popup .box {
	background-color: #FFFFFF;
	background-image: url(images/box.backgr.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding: 10px 0 0 10px;
	margin: 0 10px 10px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

#popup .box p {
	margin: 5px;
	padding: 0 15px 10px 0;
	color: #333333;
}

#popup ul.buttonList {
	margin: 0 10px 10px 10px;
}

