@charset "utf-8";
body  {
	font: 100% Helvetica, sans-serif, Arial, Tahoma, Verdana;
	background: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/bg2.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 1.4em;
	padding-right:15px;
	line-height:1.5em;
	margin-left:15px;
	font-weight:normal;
	margin-top:0px;
}

h3 {
	font-size: 0.9em;
	padding-left:15px;
	padding-right:15px;
	color:#959392;
	margin:0px;
	margin-bottom:25px;
}

h4 {
	font-size: 0.8em;
	padding-left:15px;
	padding-right:15px;
	margin-top:0px;
	margin-bottom:8px;
}

h5 {
	font-size: 1em;
	padding-left:15px;
	padding-right:15px;
}

h6 {
	font-size: 0.9em;
	padding-left:15px;
	padding-right:15px;
}

p {
	font-size: 0.75em;
	padding-left:15px;
	padding-right:15px;
}
img {
	border: none;
	margin:0px;
}
.img_lft {
	border: none;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.img_rgt {
	border: none;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	float: right;
}

.image_left {
	float:left;
}

.image_right {
	float:right;
}

a {
	color: #999966;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.twoColHybLtHdr #container {
	display:block;
	position:absolute;
	top:0px;
	left:0;
	width: 946px;  /* this will create a container 80% of the browser width */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:0px;
	padding:0px;
	margin-left:30px;
} 

.twoColHybLtHdr #header { 
	margin:0px;
	width:100%;
	float:left;
	height:55px;
	text-align:right;
	padding-top:95px;
	margin-bottom:37px;
} 

.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColHybLtHdr #banner_space {
	display:block;
	float:left;
	clear:both;
	width:946px;
	margin-bottom:16px;
} 

.twoColHybLtHdr #header2 {
	display:block;
	float:left;
	clear:both;
	width:946px;
	margin-bottom:0px;
}

.twoColHybLtHdr #header2 h1 {
	display:block;
	float:left;
	color:#F1F1F1;
	text-align:right;
	font-weight:lighter;
	background-color:#555555;
	padding-left:17px;
	padding-right:17px;
	padding-top:7px;
	font-family: "Helvetica Narrow", "Arial Narrow", Helvetica, sans-serif, Arial, Tahoma, Verdana;
	height:49px;
	margin-top:0px;
	border-right-style:solid;
	border-right-width:3px;
	border-right-color:#FFF;
	margin-bottom:0px;
}

.twoColHybLtHdr #header2 p {
	display:block;
	color:#B1B1B1;
	font-weight:lighter;
	background-color:#c8ceac;
	height:30px;
	background-color:#F5F5F5;
	font-family:"Arial Narrow", Arial, Verdana, sans-serif;
	font-size:1.3em;
	text-align:right;
	padding-top:26px;
	margin-top:0px;
	margin-left:auto;
	margin-bottom:0px;
}


.twoColHybLtHdr .nav2_spacer {
	display:block;
	float:left;
	width:100%;
	height:26px;
}

.twoColHybLtHdr #header3 {
	display:block;
	float:left;
	clear:both;
	width:946px;
	margin-bottom:0px;
}

.twoColHybLtHdr #header3 h1 {
	display:block;
	float:left;
	color:#F1F1F1;
	text-align:right;
	font-weight:lighter;
	background-color:#555555;
	padding-left:17px;
	padding-right:17px;
	padding-top:7px;
	font-family: "Arial Narrow",  Arial, Tahoma, sans-serif, Verdana;
	height:49px;
	margin-top:0px;
	border-right-style:solid;
	border-right-width:3px;
	border-right-color:#FFF;
	margin-bottom:0px;
}

.twoColHybLtHdr #header3 p {
	display:block;
	color:#848687;
	font-weight:lighter;
	height:30px;
	background-color:#F5F5F5;
	font: 100% Helvetica, sans-serif, Arial, Tahoma, Verdana;
	text-align:right;
	font-size:1em;
	padding-top:26px;
	margin-top:0px;
	margin-left:auto;
	margin-bottom:0px;
}




.twoColHybLtHdr #mainContent {
	display:block;
	float:left;
	clear:both;
	width:946px;
	padding:0px;
	background-color:#FFFFFF;
} 

.twoColHybLtHdr #mainContent>h2 {
	margin-top:0px;
}

.twoColHybLtHdr #mainContent ul {
	margin-bottom:25px;
}

.twoColHybLtHdr #mainContent li {
	font-size:0.7em;
	margin-bottom:6px;
}

.twoColHybLtHdr #mainContent ul li ul {
	font-size:100%;
	margin-bottom:6px;
}

.twoColHybLtHdr #mainContent ol {
	margin-bottom:25px;
}



.twoColHybLtHdr #mainContent h1 {
	font-size:1.4em;
	line-height:1.5em;
	font-weight:normal;
	margin:0px 0px -16px 0px;
	padding:0px;
	color:#555555;
	text-align:center;
}

.twoColHybLtHdr #footer { 
	margin:0px;
	padding: 4px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColHybLtHdr #footer ul {
	list-style-type:none;
	text-align:center;
	margin:0px;
	padding:0px;
}
.twoColHybLtHdr #footer li {
	display:inline;
	padding:4px;
	font-size: 0.8em;
	font-weight:bold;
}
.twoColHybLtHdr #footer ul li a {
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	color:#999966;
}
.twoColHybLtHdr #footer ul li a:hover {
	text-decoration: underline;
}

.twoColHybLtHdr #imprint {
	margin:0px;
	width:100%;
	float:left;
	text-align:center;
}

.twoColHybLtHdr #imprint p {
	color:#999999;
	font-size:0.6em;
}

.twoColHybLtHdr #imprint p.copyright {
	font-size:0.8em;
	color:#333333;
}

.twoColHybLtHdr #page_quote {
	display:block;
	position: absolute;
	top:200px;
	left:1020px;
	width:200px;
	font-style:italic;	
}

.twoColHybLtHdr #page_quote2 {
	display:block;
	position: absolute;
	top:250px;
	left:1020px;
	width:200px;
	font-style:italic;	
}


.twoColHybLtHdr #formerly {
	display:block;
	position: absolute;
	top:425px;
	left:0px;
	width:530px;
	padding-left:420px;
	font-style:italic;
	font-size:10px;	
}

.quote_mark {
	font-size:110%;
	margin:0px 5px 0px 5px;
}

.small_center_text {
	font-size:70%;
	text-align:center;
}

.twoColHybLtHdr #mini_kart {
	display:block;
	height:40px;
	width:224px;
	position: absolute;
	top: 15px;
	left: 752px;
	background-color:#c8ceac;
	font: sans-serif, Arial, Tahoma, Verdana;
}

.twoColHybLtHdr #mini_kart a {
	display:block;
	padding-left:6px;
	padding-bottom:8px;
	padding-top:6px;
	padding-right:36px;
	background-image:url(../images/topbasket.gif);
	background-position:194px 8px;
	background-repeat:no-repeat;
	font-size:0.75em;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
}

.spot_black {
	color:#000000;
}

.spot_dark {
	color: #888866;
}

.twoColHybLtHdr #same_day {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	position: absolute;
	top: 20px;
	left: 518px;
	width: 458px;
	text-align:right;
}

.twoColHybLtHdr #same_day a {
	color:#888e6c;
}

.twoColHybLtHdr #currency {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	position: absolute;
	top: 55px;
	left: 518px;
	width: 458px;
	text-align:right;
	font-weight:bold;
	color:#4B4B4B;
}

.twoColHybLtHdr #currency a {
	color:#888e6c;
}

.twoColHybLtHdr #currency2 {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	position: absolute;
	top: 65px;
	left: 518px;
	width: 458px;
	text-align:right;
	font-weight:bold;
	color:#4B4B4B;
}

.twoColHybLtHdr #currency2 a {
	color:#888e6c;
}

.twoColHybLtHdr #logo {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 182px;
	height:160px;
	z-index:3;
}

/* Protx boxes */

#protx_box {
	display:block;
	float:right;
	width:415px;
	height:61px;
	max-height:61px;
	margin:15px 0px 15px 0px;
}

#protx_box2 {
	display:block;
	float:right;
	width:250px;
	height:61px;
	max-height:61px;
	margin:15px 0px 30px 0px;
}

.visa {
	background-image:url(../images/visa.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:25px;
	width:38px;
	margin-right:10px;
	margin-bottom:10px;
}

.delta {
	background-image:url(../images/delta.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:25px;
	width:39px;
	margin-right:20px;
	margin-bottom:10px;
}

.maestro {
	background-image:url(../images/maestro.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:25px;
	width:38px;
	margin-right:10px;
	margin-bottom:10px;
}

.mastercard {
	background-image:url(../images/mastercard.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:25px;
	width:38px;
	margin-right:10px;
	margin-bottom:10px;
}

.americanexpress {
	background-image:url(../images/americanexpress.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:25px;
	width:25px;
	margin-right:10px;
	margin-bottom:10px;
}

.protxsecured {
	background-image:url(../images/protxsecured.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:30px;
	width:85px;
	margin-right:15px;
	margin-bottom:10px;
}

.protxsecured2 {
	background-image:url(../images/protxsecured.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	clear:right;
	height:30px;
	width:85px;
	margin-right:30px;
	margin-bottom:15px;
}

.thawte {
	background-image:url(../images/ssl_valid_english_vB1_sample.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:61px;
	width:61px;
	margin-right:15px;
}

.thawte2 {
	background-image:url(../images/ssl_valid_english_vB1_sample.gif);
	background-repeat:no-repeat;
	display:block;
	float:right;
	clear:right;
	height:61px;
	width:61px;
	margin-right:30px;
	margin-bottom:15px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloat75 { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	margin-bottom:95px;
}

.twoColHybLtHdr #site_map {
	font-size:0.8em;
	font-weight:bold;
}

.twoColHybLtHdr #site_map ul {
	margin:0px;
	font-size:100%;
}

.twoColHybLtHdr #site_map ul li {
	margin:0px;
	font-size:100%;
	margin-bottom:6px;
}

.twoColHybLtHdr #site_map ul li ul {
	margin-top:6px;
}

/* product styles */

.related_prods {
	display:block;
	float:left;
	width:100%;
	clear:right;
}

.related_prod_box {
	display:block;
	float:left;
	margin:15px;
	width:100px;
	height:100px;
}

.product_main {
	display:block;
	float:right;
	width:637px;
	margin-bottom:75px;
	margin-top:15px;
}

.product_vid_main {
	display:block;
	float:right;
	width:557px;
	margin-bottom:75px;
	margin-top:15px;
}

.product_left {
	display:block;
	float:left;
	width:280px;
	margin-right:0px;
	margin-left:15px;
	margin-top:15px;
}

.product_vid_right {
	display:block;
	float:right;
	width:360px;
	margin-right:0px;
	margin-left:15px;
	margin-right:30px;
	margin-top:15px;
}

.product_left img {
	margin-bottom:0px;
}

.product_left p {
 padding:opx;
 margin:0px;
 margin-bottom:15px;
 }

.product_left h2 {
	font-size:0.8em;
	font-weight:bold;
	padding:0px;
	padding-left:15px;
	margin:0px;
	margin-bottom:15px;
}

.product_left ul {
	padding:0px;
	padding-left:30px;
	margin:0px;
}

.twoColHybLtHdr #prod_holder {
	display:block;
	float:right;
	width:729px;
}

.prod_box {
	display:block;
	float:left;
	width:182px;
	margin-right:30px;
	margin-left:30px;
	margin-bottom:15px;
	margin-top:15px;
}

.prod_box h2 {
	font-size:0.9em;
	line-height:1.2em;
	font-weight:bold;
}

.prod_box p {
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.prod_box2 {
	display:block;
	float:left;
	width:182px;
	margin-right:0px;
	margin-left:123px;
	margin-bottom:15px;
	margin-top:15px;
}

.prod_box2 h2 {
	font-size:0.9em;
	line-height:1.2em;
	font-weight:bold;
}

.prod_box2 p {
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.look_at a {
	display:block;
	width:142px;
	height:25px;
	background-image:url(../images/takealook.gif);
	background-repeat:no-repeat;
	text-indent:-6000px;
	margin:0px;
	padding:0px;
}

.twoColHybLtHdr #rel_prod_holder {
	display:block;
	float:right;
	width:576px;
}

.twoColHybLtHdr #rel_prod_holder h2 {
	font-size: 0.9em;
	color:#959392;
	margin:0px;
	margin-bottom:0px;
	margin-top:25px;
	font-weight:bold;
}

.rel_prod_box {
	display:block;
	float:left;
	width:182px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:15px;
	margin-top:0px;
}

.rel_prod_box h3 {
	margin-left:0px;
	margin-right:0px;
	font-size:0.7em;
	line-height:1.2em;
}

.rel_prod_box p {
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.rel_prod_box2 {
	display:block;
	float:left;
	width:182px;
	margin-right:0px;
	margin-left:80px;
	margin-bottom:15px;
	margin-top:0px;
}

.rel_prod_box2 h2 {
	font-size:0.9em;
	line-height:1.2em;
	font-weight:bold;
}

.rel_prod_box2 p {
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.prod_holder_offer {
	display:block;
	float:left;
	width:100%;
}

.prod_box_offer {
	display:block;
	float:left;
	width:210px;
	margin-right:50px;
	margin-left:50px;
	margin-bottom:75px;
	margin-top:15px;
	text-align:center;
}

.prod_box_offer h2 {
	font-size:0.9em;
	text-align:center;
	line-height:1.2em;
	font-weight:bold;
}

.prod_box_offer p {
	margin-top:0px;
	padding-top:0px;
	text-align:center;
}

.prod_box_offer img {
	text-align:center;
}

.look_at_offer a {
	display:block;
	width:142px;
	height:25px;
	background-image:url(../images/takealook.gif);
	background-repeat:no-repeat;
	text-indent:-6000px;
	margin:0px;
	margin-left:20px;
	padding:0px;
}


.prod_box_offer_top {
	display:block;
	float:left;
	width:666px;
	margin:0px;
	margin-bottom:15px;
	margin-top:15px;
	text-align:center;
}

.prod_box_offer_top h2 {
	font-size:0.9em;
	text-align:center;
	line-height:1.2em;
	font-weight:bold;
}

.prod_box_offer_top p {
	margin-top:0px;
	padding-top:0px;
	text-align:center;
}

.prod_box_offer_top img {
	text-align:center;
}

.look_at_offer_top a {
	display:block;
	width:142px;
	height:25px;
	background-image:url(../images/takealook.gif);
	background-repeat:no-repeat;
	text-indent:-6000px;
	margin:0px;
	margin-left:244px;
	padding:0px;
}

/* Style Boxes */

.testimonials {
}

.testimonials h3 {
	font-size:0.8em;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:0px;
	color:#666666;
}

.testimonials p {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:5px;
}

.offer_leftbox {
	display:block;
	float:left;
	width:223px;
	margin-right:15px;
	margin-left:15px;
	margin-top:15px;
	text-align:center;
	font-size:90%;
}

.index_desp_box {
	display:block;
	float:left;
	width:366px;
	margin-right:20px;
}

.for_men {
	display:block;
	float:left;
	height:129px;
	width:120px;
	background-image:url(../images/forman.gif);
	background-repeat:no-repeat;
	text-indent:-6000px;
	margin-bottom:6px;
	overflow:hidden;
}

.for_men:hover {
	background-image:url(../images/forman_f2.gif);
}

.for_women {
	display:block;
	float:left;
	height:129px;
	width:120px;
	background-image:url(../images/forwomen.gif);
	background-repeat:no-repeat;
	text-indent:-6000px;
	margin-bottom:6px;
	overflow:hidden;
}

.for_women:hover {
	background-image:url(../images/forwomen_f2.gif);
}

.for_accessories {
	display:block;
	float:right;
	height:96px;
	width:120px;
	background-image:url(../images/image_c.gif);
	background-repeat:no-repeat;
	text-indent:-6000px;
	margin-bottom:6px;
}

.for_accessories:hover {
	background-image:url(../images/image_c_f2.gif)
}

.for_deliveryhome {
	display:block;
	float:right;
	height:96px;
	width:115px;
	background-image:url(../images/deliveryhome.jpg);
	background-repeat:no-repeat;
	text-indent:-6000px;
	margin-bottom:6px;
	margin-right:8px;
	overflow:hidden;
}

.for_deliveryhome:hover {
	background-image:url(../images/deliveryhome_f2.jpg);
}

.for_enivironhome {
	display:block;
	float:right;
	height:96px;
	width:115px;
	background-image:url(../images/enivironhome.jpg);
	background-repeat:no-repeat;
	text-indent:-6000px;
	margin-bottom:6px;
	margin-right:8px;
	overflow:hidden;
}

.for_enivironhome:hover {
	background-image:url(../images/enivironhome_f2.jpg);
}

.offer {
	display:block;
	float:left;
	margin-right:8px;
	width:238px;
	height:264px;
	overflow:hidden;
}

/* Buy Boxes */

.buy_box {
	display:block;
	float:right;
	width:240px;
	text-align:center;
}

.buy_box h2 {
margin-top:15px;
color:#999966;
text-align:center;
font-size:0.9em;
font-weight:bold;
}

.note {
	font-size:0.75em;
	font-weight:normal;
}

.buy_box label {
	font-weight:bold;
}

.product_name {
	display:block;
	float:left;
	width:391px;
}

.product_name h2 {
color:#999966;
text-align:center;
font-size:0.9em;
font-weight:bold;
}

.price {
	font-size:1.4em;
	font-weight:bold;
	color:#444444;
}

.price2 {
	font-size:1.1em;
	font-weight:bold;
	color:#444444;
}

.price p {
	margin-top:0px;
}

.buy_box_option {
	display:block;
	float:left;
	width:280px;
	height:96px;
	background-color:#c8ceac;
}

.buy_box_option p {
	font-size:0.74em;
}

.buy_box_option a {
	color:#000000;
}

#sleeves {
	display:none;
}

#sleeve_size {
	display:none;
}

.buy_box_qty {
	display:block;
	float:left;
	clear:none;
	margin:0px;
	width:77px;
	background-color:#5F5F5F;
	height:68px;
	padding-top:28px;
}

.buy_box_qty label {
	margin-left:15px;
	color:#FFFFFF;
	font-size: 0.75em;
	font-weight:bold;
}

.buy_box_qty input {
	margin-left:15px;
	margin-top:0.75em;
	clear:both;
}

.buy_box_submit {
	display:block;
	float:left;
	clear:none;
	margin:0px;
	width:280px;
	height:96px;
}

#sleeve_info {
	display:block;
	float:left;
	margin-top:15px;
	background-color:#F5F5F5;
	visibility:hidden;
}

#sleeve_info h3 {
	margin-bottom:0.7em;
	margin-top:15px;
	color:#000000;
}

.prod_header {
	display:block;
	float:left;
	width:100%;
	margin-bottom:15px;
}

.prod_header h2 {
	display:block;
	width:70%;
	float:left;
	color: #999966;
	margin:0px;
	padding-top:0px;
	padding-left:15px;
	font-size:0.9em;
	text-align:center;
	line-height:1.2em;
	font-weight:bold;
}

.win_offer {
	display:block;
	float:left;
	clear:left;
	color: #CC3433;
	margin:0px;
	padding-top:0px;
	padding-right:107px;
	font-weight:bold;
	padding-left:15px;
	height:45px;
	background-image:url(../images/holly.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	text-align:center;
}

.spring_offer {
	display:block;
	float:left;
	clear:left;
	color: #CC3433;
	margin:0px;
	padding-top:0px;
	padding-right:107px;
	font-weight:bold;
	padding-left:15px;
	height:45px;
	text-align:center;
}

.buy_box .spring_offer {
	display:block;
	float:left;
	clear:left;
	width:100%;
	color: #CC3433;
	margin:0px;
	padding-top:0px;
	padding-right:0px;
	font-weight:bold;
	padding-left:0px;
	height:35px;
	text-align:center;
}

.big_offer_text {
	font-size:1.1em;
}

.prod_header_offer {
	display:block;
	width:49%;
	float:left;
	color: #999966;
	margin:0px;
	padding-top:0px;
	padding-left:15px;
}

.prod_header p {
	text-align:right;
	font-size:1.1em;
	margin:0px;
	margin-bottom:10px;
	color:#333333;
}

.prod_currency {
	text-align:right;
	margin:0px;
	margin-bottom:10px;
	color:#000000;
	font-size:0.7em;
	padding-right:15px;
}

.prod_currency a {
	font-weight:bold;
}

.customise {
	display:block;
	float:left;
	text-align:center;
	width:100%;
	margin-bottom:15px;
}

.customise h3 {
	font-size:1.4em;
	font-weight:normal;
	margin:0px;
	font-family:"Arial Narrow", Arial, Verdana, sans-serif;
}

.prod_added {
	display:block;
	float:left;
	margin-top:0px;
	margin-bottom:15px;
	text-align:center;
	width:391px;;
}

.prod_added_old {
	display:block;
	float:left;
	margin-top:0px;
	margin-bottom:15px;
	text-align:center;
	width:637px;;
}

.prod_added_title {
	color:#555555;
	font-size:1.4em;
	font-weight:bold;
}

.alter_amounts {
	text-align:center;
	font-weight:bold;
}

.totals {
	display:block;
	float:left;
	margin-left:15px;
	margin-right:15px;
	border-bottom-color:#333333;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#333333;
	border-top-style:solid;
	border-top-width:1px;
	text-align:right;
	width:916px;
}

.totals p {
	font: Tahoma, Verdana;
	font-size:1.1em;
}

.delivery_detials {
	display:block;
	float:left;
	width:65%;
	margin-right:15px;
	margin-top:15px;
	text-align:left;
	min-height:76px;
}

.delivery_detials h2 {
	font-size:1.1em;
	margin-bottom:0px;
	padding-bottom:0px;
}

.delivery_detials p {
	font-size:0.71em;
	margin:0px;
	padding:0px;
	margin-left:15px;
}

.delivery_text {
	display:block;
	float:left;
	width:50%;
}

.delivery_select {
	display:block;
	float:left;
	width:50%;
}

.policys {
	display:block;
	float:left;
	width:100%;
	text-align:left;
	font-weight:bold;
	margin:15px;
}

.r_policy {
	display:block;
	float:left;
	width:385px;
}

.guarantee {
	display:block;
	float:left;
	width:100px;
}

.promo_detials {
	display:block;
	float:left;
	width:576px;
	margin-top:15px;
	text-align:left;
	margin-bottom:30px;
}

.promo_heading {
	display:block;
	float:left;
	width:33%;
}

.promo_heading h2 {
	margin-right:0px;
	margin-bottom:0px;
}

.promo_body {
	display:block;
	float:right;
	width:67%;
}

.promo_body2 {
	display:block;
	float:left;
	width:100%;
}

.promo_body2 input {
	vertical-align:middle;
}

.promo_body p {
	margin-right:0px;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:0px;
}

.promo_detials h2 {
	font-size:1.1em;
}

.promo_detials p {
	font-size:0.71em;
}

.kart_table {
	width:100%;
	border-left-width:15px;
	border-left-style:solid;
	border-left-color:#FFF;
	border-right-width:15px;
	border-right-style:solid;
	border-right-color:#FFF;
	font-size:0.7em;
}

.kart_table tr {
	background-color:#F9F9F9;
	margin:0px;
}

.kart_table td {
	vertical-align:middle;
}

.kart_table_header {
	display:none;
}

.kart_del {
	display:block;
	width:22px;
	height:12px;
	background-image:url(../images/delete.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-indent:-6000px;
}

.kart_del_cel {
	width:22px;
}

.checkout_table {
	width:100%;
}

.checkout_table th {
	text-align:right;
}

.checkout_table td {
	text-align:left;
}

.chechout_bar {
	display:block;
	float:right;
	width:280px;
	height:60px;
	margin-left:15px;
	margin-right:15px;
	margin-top:30px;
	margin-bottom:15px;
}

.continueshopping {
	font-size:0.71em;
	display:block;
	float:left;
	width:420px;
}

.continueshopping a {
	font-weight:bold;
}

.empty {
	display:block;
	width:190px;
	float:left;
	font-size:0.71em
}

.empty a {
	font-weight:bold;
}

.continueshopping2 {
	margin-left:304px;
	margin-top:30px;
	margin-bottom:100px;
	display:block;
}

.continueshopping2 a {
	display:block;
	float:left;
	width:280px;
	height:60px;
	background-image:url(../images/continueShopping.gif);
	text-indent:-6000px;
}

.checkout_form {
	display:block;
	margin-bottom:85px;
}

.checkout a {
	display:block;
	float:left;
	width:280px;
	height:60px;
	background-image:url(../images/checkout2.gif);
	text-indent:-6000px;
}
	
.new_users {
	display:block;
	width:200px;
	height:160px;
	margin-left:15px;
	margin-bottom:15px;
	float:left;
	background-color:#F5F5F5;
}

.new_users h2 {
	display:block;
	width:170px;
	background-color:#5F5F5F;
	color:#FFF;
	font-size:0.7em;
	margin-left:0px;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
}

.new_users p {
	text-align:center;
}

.new_users form {
	text-align:center;
}

.user_singin {
	display:block;
	margin-left:15px;
	margin-bottom:15px;
	float:left;
	width:641px;
	height:160px;
	background-color:#F5F5F5;
}

.user_singin h2 {
	display:block;
	width:611px;
	background-color:#5F5F5F;
	color:#FFF;
	font-size:0.7em;
	margin-left:0px;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
}

.user_singin form {
	padding-left:160px;
}

.feedback_main {
	display:block;
	float:left;
	width:576px;
}

.feedback_right {
	display:block;
	float:right;
	width:280px;
	margin-right:15px;
	margin-left:15px;
	background-color:#c8ceac;
}

.feedback_right h2 {
	color:#FFFFFF;
}

.feedback_right p {
	display:block;
	float:left;
	width:250px;
	color:#636745;
	padding:0px;
	margin:0px;
	margin-left:15px;
	margin-right:15px;
}

.by_line {
	display:block;
	float:left;
	margin-top:5px;
	margin-bottom:25px;
	font-weight:bold;
}

.feedback_right a {
	font-size:110%;
	margin-bottom:20px;
	display:block;
	float:left;
	width:100%;
	text-align:center;
}

.offer_rrp {
	font-size:0.6em;
	color:#999999;
	line-height:0.7em;
}

.prod_img_side {
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#C4C5C5;
}

.prod_img_center {
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#C4C5C5;
	border-left-style:dotted;
	border-left-width:1px;
	border-left-color:#C4C5C5;
	border-right-style:dotted;
	border-right-width:1px;
	border-right-color:#C4C5C5;
}

.link_box {
	display:block;
	float:left;
	margin:30px 0px 30px 0px;
}

.link_image {
	display:block;
	width:250px;
	margin:0px 15px 0px 15px;
	float:left;
	text-align:center;
}

.link_text {
	display:block;
	width:540px;
	float:right;
}

.link_text p {
	padding-top:0px;
	margin-top:0px;
	margin-bottom:4px;
}

.link_text a {
	font-weight:bold;
}

/* input styles */

.copyright {
	font-size:0.8em;
	color:#333333;
}

.c187r_main {
	display:block;
	float:left;
	width:669px;
	margin-top:15px;
}

.c187r_right {
	display:block;
	float:right;
	width:187px;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
}

.c187r_right_byline {
	margin-top:-13px;
	}

.c187r_right img {
	margin-bottom:15px;
}


.c187l_main {
	display:block;
	float:right;
	width:729px;
	margin-bottom:75px;
}

.c187l_left {
	display:block;
	float:left;
	width:187px;
	margin-right:15px;
	margin-left:15px;
	margin-top:15px;
}

.c187l_left img {
	margin-bottom:15px;
	float:left;
}


.c280l_main {
	display:block;
	float:right;
	width:637px;
	margin-bottom:75px;
}

.c280l_left {
	display:block;
	float:left;
	width:280px;
	margin-right:0px;
	margin-left:15px;
}

.c280l_left img {
	margin-bottom:0px;
}

.c280l_left p {
 padding:opx;
 margin:0px;
 margin-bottom:15px;
 }

.c280l_left h2 {
	font-size:0.8em;
	font-weight:bold;
	padding:0px;
	padding-left:15px;
	margin:0px;
	margin-bottom:15px;
}

.c280l_left ul {
	padding:0px;
	padding-left:30px;
	margin:0px;
}

.c233r_main {
	display:block;
	float:left;
	width:683px;
	margin-top:15px;
}

.c233r_right {
	display:block;
	float:right;
	width:233px;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
}

.c233r_right img {
	margin-bottom:15px;
}

.c2_left {
	display:block;
	float:left;
	width:50%;
}

.c2_right {
	display:block;
	float:right;
	width:50%;
}

.c2_right  p {
	padding-left:0px;
}

h2.small_heading {
	font-size: 0.8em;
	color:#000000;
	margin-top:0px;
	margin-bottom:8px;
	font-weight:bold;
}

h3.small_heading {
	font-size: 0.7em;
	color:#000000;
	margin-top:0px;
	margin-bottom:8px;
	font-weight:bold;
}

.small_table {
	border:none;
	font-size:0.7em;
	margin-left:15px;
	margin-bottom:15px;
}

.text_center {
	text-align:center;
}

.text_right {
	text-align:right;
}

.questions {
	font-size:0.7em;
}

.small_text {
	font-size:0.5em;
}

.black a:link {
	color:#000000;
}

.black a:visited {
	color:#000000;
}

.black a:hover {
	color:#000000;
}

.black a:active {
	color:#000000;
}

.contact_form {
	display:block;
	float:left;
	margin-left:15px;
} 

.red {
	color:#FF0000;
}

.prod_table {
	margin-left:2%;
	margin-right:2%;
	width:96%;
	font-size:0.75em;
}
