@charset "utf-8";

body {
	margin: 0px;
	background-image:url(graphics/background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}

#gui {
	position:absolute;
	width:0px;
	height:0px;
	left:-1px;
	height:0px;
}

#darken {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:50;
}

#dialogboxc {
	position:absolute;
	left:50%;
	top:0px;
	width:0px;
	height:0px;
	z-index:51;
	visibility:hidden;
}

#dialogbox {
	position:relative;
	top:30px;
	width:450px;
	height:200px;
	background-color:#FFF;
	border:6px solid #999;
	padding:5px;
	left:-225px;
}

#dialogboxtitle {
	background-color:#D8F1FE;
	padding:4px;
	font-size:10pt;
	font-weight:bold;
	font-family:Verdana, Arial;
}

#dialogboxcontents {
	text-align:center;
	font-size:10pt;
}

#preload {
	position:absolute;
	left:-100px;
	top:-100px;
	height:0px;
	width:0px;
	overflow:hidden;
}

#topbar {
	height:25px;
	text-align:left;
	background-image:url(graphics/topbar.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding-top:10px;
}

#topbar2 {
	height:15px;
	text-align:center;
	background-image:url(graphics/topbar2.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#header {
	height:137px;
	text-align:center;
}

#body {
	min-height:400px;
}

.centcont {
	left:50%;
	width:0px;
	position:absolute;
}

#headerbody {
	width:991px;
	margin-left:-495px;
	text-align:left;
}

#logo {
	margin-top:38px;
}

#topbarcontents {
	width:991px;
	margin-left:-495px;
	padding-left:10px;
}

#face {
	float:right;
}

#mcontents {
	margin-right:15px;
	margin-left:230px;
}

#bodycontents {
	width:1016px;
	margin-left:-523px;
	padding:15px;
	background-image:url(graphics/body.png);
	background-repeat:repeat-y;
	background-position:center;
	overflow:hidden;
}

#fbodycontents {
	width:1001px;
	margin-left:-515px;
	padding:15px;
	background-image:url(graphics/body.png);
	background-repeat:repeat-y;
	background-position:center;
}

#loginsection {
	float:right;
	background-image:url(graphics/login.png);
	padding-right:23px;
	height:27px;
	margin-top:-8px;
	padding-top:8px;
	background-repeat:no-repeat;
	background-position:right 3px;
	margin-right:17px;
}

#loginimage {
	margin-top:-4px;
}

#mainbox {
	position:absolute;
	left:-5px;
	height:117px;
	width:500px;
	padding-top:25px;
}

#searchbox {
	position:relative;
	left:150px;
	width:350px;
	height:42px;
}

#searchboxl {
	float:left;
}

#searchboxr {
	float:left;
}

#searchboxm {
	background-image:url(graphics/roundmiddle.png);
	height:31px;
	width:313px;
	float:left;
	padding-top:11px;
	text-align:left;
}

#searchlogo {
	background-image:url(graphics/search.png);
	background-repeat:no-repeat;
	width:48px;
	height:48px;
	position:absolute;
	left:300px;
	top:-5px;
	cursor:pointer;
}

#infobox {
	position:relative;
	left:150px;
	width:350px;
	height:42px;
	margin-top:10px;
}

#icart {
	position:absolute;
	width:75px;
	height:25px;
	background-image:url(graphics/trback.png);
	color:#FFFFFF;
	font-size:16px;
	padding-top:5px;
	left:270px;
}

#icartlogo {
	background-image:url(graphics/cart.png);
	background-repeat:no-repeat;
	width:50px;
	height:43px;
	position:absolute;
	margin-left:-30px;
	margin-top:-14px;
}

#icur {
	position:absolute;
	width:75px;
	height:25px;
	background-image:url(graphics/trback.png);
	color:#FFFFFF;
	font-size:16px;
	padding-top:5px;
	left:150px;
}

#icurlogo {
	background-image:url(graphics/currency.png);
	background-repeat:no-repeat;
	width:47px;
	height:41px;
	position:absolute;
	margin-left:-30px;
	margin-top:-14px;
}

#ilang {
	position:absolute;
	width:75px;
	height:25px;
	background-image:url(graphics/trback.png);
	color:#FFFFFF;
	font-size:16px;
	padding-top:5px;
	left:25px;
}

#ilanglogo {
	background-image:url(graphics/flag.png);
	background-repeat:no-repeat;
	width:51px;
	height:54px;
	position:absolute;
	margin-left:-30px;
	margin-top:-14px;
}

.search {
	border:1px solid #999999;
	width:275px;
	color:#CCCCCC;
	font-style:italic;
	background-color:#F4F4F4;
}

.search2 {
	border:1px solid #999999;
	width:275px;
	color:#333333;
	font-style:normal;
	background-color:#F4F4F4;
}
	
	.search:hover {
		background-color:#EAEAEA;
	}
	.search2:hover {
		background-color:#EAEAEA;
	}
	
	.search:focus {
		background-color:#FFFFFF;
		font-style:normal;
		color:#666666;
	}
	.search2:focus {
		background-color:#FFFFFF;
		font-style:normal;
		color:#000000;
	}

/* Orange box */

.oroundbox {
	display:inline-block;
}

.oroundboxcontents {
	background-color:#FFFEC5;
	padding-left:10px;
	padding-right:10px;
	margin:15px;
	padding:10px;
}

.oroundbox1 {
	background-image:url(images/roundc/roundco2.jpg);
	background-position:right;
	background-repeat:no-repeat;
	text-align:left;
	background-color:#FFFEC5;
}

.oroundbox2 {
	background-image:url(images/roundc/roundco3.jpg);
	background-position:right;
	background-repeat:no-repeat;
	text-align:left;
	background-color:#FFFEC5;
}

.folderbox {
	padding:3px;
	display:inline-block;
	margin-right:5px;
}

.folderbox:hover {
	background-color:#FFE0B3;
}

.plainlink {
	color:#000000;
	text-decoration:none;
}

.box {
	border: 3px solid #CCCCCC;
	background-color:#FFFFFF;
	padding:10px;
}

.tbox {
	background-color:#FFC977;
	padding-top:5px;
	padding:5px;
}

.pages
{
  padding:7px;
  padding-right:0px;
  background-color:#F3EDE4;
  text-align:center;
}

.pagen
{
  font-size:8pt;
  padding:2px;
  border:1px solid #ccc;
  background-color:#FDF093;
  text-decoration:none;
} .pagen:link {color:#000;}
  .pagen:hover {background-color:#ddd;}
  
.productbox {
	background-color:#F9F9F9;
	border:1px solid #CCCCCC;
	display:inline-block;
	margin:6px;
	padding:4px;
	text-align:center;
}

.productbox:hover {
	background-color:#EFEFEF;
}

.productimage {
	border:1px solid #999999;
}

.price {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:18pt;
	margin-top:18px;
}

.priceex1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:14pt;
	margin-top:20px;
}

.priceex2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:12pt;
	margin-top:22px;
}

#categories {
	margin-left:13px;
	width:200px;
	float:left;
}

.categorybox {
	width:195px;
	height:19px;
	padding-left:5px;
	padding-top:6px;
	background-color:#D9DBE1;
	cursor:pointer;
	margin-bottom:3px;
}	
	.categorybox:hover {
		background-image:url(graphics/catback.jpg);
		background-repeat:repeat-x;
	}
	.categorybox:active {
		background-image:url(graphics/catback2.jpg);
		background-repeat:repeat-x;
	}
	
.categoryboxb {
	width:195px;
	height:19px;
	padding-left:5px;
	padding-top:6px;
	background-color:#C1C1C1;
	cursor:pointer;
	margin-bottom:3px;
}	
	.categoryboxb:hover {
		background-image:url(graphics/catback.jpg);
		background-repeat:repeat-x;
	}
	.categoryboxb:active {
		background-image:url(graphics/catback2.jpg);
		background-repeat:repeat-x;
	}
	
.categoryboxc {
	width:195px;
	height:19px;
	padding-left:5px;
	padding-top:6px;
	background-color:#DBD6C1;
	cursor:pointer;
	margin-bottom:3px;
}	
	.categoryboxc:hover {
		background-image:url(graphics/catback.jpg);
		background-repeat:repeat-x;
	}
	.categoryboxc:active {
		background-image:url(graphics/catback2.jpg);
		background-repeat:repeat-x;
	}
	
.categoryboxinner {
	background-image:url(graphics/arrow.png);
	background-repeat:no-repeat;
	background-position:center left;
	white-space:nowrap;
	overflow:hidden;
	padding-left:10px;
}

.categoryboxfade {
	width:17px;
	height:25px;
	position:absolute;
	left:-312px;
	background-image:url(graphics/catfade.png);
}

.categoryboxfade2 {
	width:17px;
	height:25px;
	position:absolute;
	left:-312px;
	background-image:url(graphics/catfade3.png);
}

.categoryboxfade3 {
	width:17px;
	height:25px;
	position:absolute;
	left:-304px;
	background-image:url(graphics/catfade.png);
}

.categoryboxfadesub {
	width:17px;
	height:25px;
	position:absolute;
	left:187px;
	background-image:url(graphics/catfade.png);
}

.categoryboxinnerb {
	background-image:url(graphics/arrow_left.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:18px;
}

.categoryboxinnerc {
	background-image:url(graphics/arrowactive.png);
	background-repeat:no-repeat;
	background-position:center left;
	white-space:nowrap;
	overflow:hidden;
	padding-left:12px;
}

.thts {
	color:#CCCCCC;
	font-style:italic;
}

.ptitle {
	font-size:12pt;
	font-weight:bold;
}

.obox {position:relative; width:350px; height:185px; background-color:#D6D9E1; margin:10px; display:inline-block;}
.oboxcontents {padding-left:8px; padding-right:8px;}
.obox0 {background-image:url(graphics/round/omr.png); background-repeat:repeat-y; background-position:right; height:174px;}
.obox1 {height:11px; background-color:#D6D9E1; background-image:url(graphics/round/otl.png); background-repeat:no-repeat; background-position:left top;}
.obox2 {height:11px; background-image:url(graphics/round/otr.png); background-repeat:no-repeat; background-position:right top;}
.obox3 {height:13px; background-color:#D6D9E1; background-image:url(graphics/round/obm.png); background-repeat:repeat-x; background-position:bottom;}
.obox4 {height:13px; background-image:url(graphics/round/obl.png); background-repeat:no-repeat; background-position:left bottom;}
.obox5 {height:13px; background-image:url(graphics/round/obr.png); background-repeat:no-repeat; background-position:right bottom;}

#menu {
	background-image:url(graphics/menu.jpg);
	width:991px;
	height:108px;
	margin-left:13px;
	margin-top:-17px;
}

#fmenu {
	background-image:url(graphics/menu.jpg);
	width:991px;
	height:108px;
	margin-left:5px;
	margin-top:-17px;
}

#menuitems {
	width:991px;
	height:32px;
	margin-top:17px;
	position:absolute;
	text-align:center;
	padding-top:27px;
}

.menuitem {
	padding-top:13px;
	padding-bottom:15px;
	color:#000066;
	font-size:11pt;
	font-family:Verdana;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:center 4px;
	border-left:1px solid #CCCCCC;
	width:150px;
	padding-left:10px;
	padding-right:10px;
}

.menuitem:link {
	text-decoration:none;
}

.menuitem:hover {
	background-color:#1E4A7C;
	color:#FFFFFF;
}

.categoryboxpopup {
	position:absolute;
	left:205px;
	z-index:10;
	width:200px;
	height:0px;
}

.menuback {
	background-color:#F7F7F7;
	border:1px solid #D4D4D4;
	padding:3px;
	width:200px;
	padding-bottom:1px;
}

#languages {
	padding-top:10px;
}

.infobutton {
	cursor:pointer;
	height:31px;
	float:left;
	margin-top:16px;
	padding-right:3px;
}

.infobutton2 {
	background-image:url(graphics/buttons/info2.png);
	background-repeat:repeat-x;
	height:22px;
	padding-left:3px;
	padding-top:9px;
	float:left;
}

.cartbutton {
	cursor:pointer;
	height:31px;
	float:left;
	margin-top:16px;
}

.cartbutton2 {
	background-image:url(graphics/buttons/cart2.png);
	background-repeat:repeat-x;
	height:22px;
	padding-left:3px;
	padding-top:9px;
	float:left;
}

.floater {
	float:left;
}

.nospecial {
	color:#000000;
}
	.nospecial:link {
		text-decoration:none;
	}
	.nospecial:visited {
		text-decoration:none;
	}
	
#contents {
	padding:15px;
	padding-top:0px;
}

#footer {
	background-image:url(graphics/bottom.jpg);
	width:1001px;
	height:200px;
	margin-left:-500px;
	clear:left;
}

#footercontents {
	padding:20px;
	text-align:center;
	font-size:7pt;
	color:#999999;
}

.line {
	margin-left:40px;
	margin-right:40px;
	border-top:1px solid #CCCCCC;
}

.hcont {
	width:200px;
	overflow:hidden;
}

#noproducts {
	background-image:url(graphics/arrowleft.jpg);
	background-repeat:no-repeat;
	color:#6666CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16pt;
	height:164px;
	background-position:center;
}

#contentleft {
	padding-left:10px;
	margin-top:-10px;
	clear:none;
}

.producttitle {
	font-size:20pt;
	font-family:"Palatino Linotype", "Book Antiqua", Georgia;
	width:530px;
}

.productgallery {
	float:right;
	width:430px;
	height:300px;
	text-align:center;
	vertical-align:middle;
}

.productgalleryimg {
	border:1px solid #999999;
	float:left;
	width:300px;
	height:300px;
	vertical-align:middle;
	background-color:#FFFFFF;
	line-height:300px;
	position:relative;
}

.productgalleryselect {
	width:120px;
	height:300px;
	border:1px solid #999999;
	float:right;
}

.productprice {
	font-size:16pt;
	font-family:Verdana;
}

.scrolldown {
	margin-top:276px;
	position:absolute;
	background-image:url(graphics/arrowdown.png);
	background-repeat:no-repeat;
	width:120px;
	height:24px;
	cursor:pointer;
}

.scrollup {
	position:absolute;
	background-image:url(graphics/arrowup.png);
	background-repeat:no-repeat;
	width:120px;
	height:24px;
	cursor:pointer;
}

#galleryscroll {
	height:300px;
	width:120px;
	overflow:hidden;
}

.star {
	padding-left:1px;
	padding-right:1px;
	cursor:pointer;
}

.valignimage {
	vertical-align:middle;
	cursor:pointer;
}

.discountprice {
	font-size:10pt;
	position:absolute;
	margin-top:-13px;
}

.crisscross {
	background-image:url(graphics/crisscross.png);
	width:44px;
	height:24px;
	position:absolute;
	margin-top:-4px;
	margin-left:-2px;
}

.tuggright {
	padding-left:20px;
}

#dark {
	background-color:#000000;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:30;
	visibility:hidden;
}

#dark2 {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:31;
	visibility:hidden;
}

.hugeimage {
	border:3px solid #FFFFFF;
	margin-top:20px;
	z-index:32;
}

#gallerycaption {
	font-size:7pt;
	color:#FFFFFF;
	text-align:center;
}

.bcrumb {
	text-decoration:none;
	color:#333333;
	padding:2px;
}
.bcrumb:link {
	text-decoration:none;
}
.bcrumb:hover {
	background-color:#CCCCCC;
	border:1px solid #999999;
	padding:1px;
}

.bigcat {
	width:210px;
	height:260px;
	display:inline-block;
	margin:14px;
	overflow:hidden;
	margin-bottom:0px;
	font-size:10pt;
	cursor:pointer;
	white-space:normal;
}

.bigcatpad {
	background-image:url(graphics/catbox.png);
	width:210px;
	height:210px;
	vertical-align:middle;
	text-align:center;
}

.bigcattext {
	width:210px;
	white-space:normal;
}

.inputfield {
	border:1px solid #A8A8A8;
	background-color:#F2F2F2;
}
.inputfield:hover {
	border:1px solid #000000;
	background-color:#FFFFFF;
}
.inputfield:active {
	background-color:#F9F9F9;
}

.nulink {
  color:#000;
}
.nulink:link {
  text-decoration:none;
}
.nulink:hover {
  border-bottom:1px solid #000;
}
.nulink:visited {
  text-decoration:none;
}

.formlarger {
  font-size:12pt;
  width:100%;
  border-bottom:1px solid #CCC;
}

.footerlink {
	color:#999999;	
}

.footerlink:link {
	text-decoration:none;	
}

.footerlink:hover {
	color:#999999;
	border-bottom:1px solid #999999;
}

.footerlink:visited {
	text-decoration:none;	
}

.notice {
	font-size:7pt;
	font-style:italic;
}

.barbutton {
	height:41px;
	min-width:130px;
	background-image:url(graphics/barbuttons/bar.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#FFF;
	text-align:right;
	padding-top:10px;
	padding-right:5px;
	margin-top:-9px;
	margin-left:7px;
	cursor:pointer;
}

.barbuttonl {
	background-image:url(graphics/barbuttons/barleft.png);
	width:7px;
	float:left;
	height:41px;
	margin-top:-10px;
	margin-left:-7px;
}

.barbuttonr {
	float:right;
	display:block;
	height:32px;
	width:32px;
	margin-left:5px;
	margin-top:-7px;
}

.barbuttons {
	height:39px;
	min-width:130px;
	background-image:url(graphics/barbuttons/bars.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#FFF;
	text-align:right;
	padding-top:10px;
	padding-right:5px;
	margin-top:-9px;
	margin-left:15px;
	cursor:pointer;
}

.barbuttonsl {
	background-image:url(graphics/barbuttons/barlefts.png);
	width:5px;
	float:left;
	height:39px;
	margin-top:-10px;
	margin-left:-5px;
}

.barbuttons:hover {
	margin-left:5px;
}

.userpanelbox {
	border:1px solid #939393;
	min-height:250px;
	background-image:url(graphics/userback.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
}

.userpanelmenu {
	padding-top:20px;
}

#welcomesign {
	font-size:16pt;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

.userwindow {
	margin-left:25px;
	margin-right:25px;
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid #B8B7B9;
	background-color:#F0F1F2;
}

.userwindowcontents {
	padding:3px;	
}

.userwindowtitle {
	height:28px;
	background-image:url(graphics/window/userwindowbar.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	padding-top:5px;
	text-align:left;
	padding-left:6px;
}

.userwindowbottom {
	background-color:#E3E3E3;
	border-top:1px solid #C6C6C6;
	height:40px;
	padding:5px;
}

.plusone {
	font-size:24pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	position:absolute;
	opacity:0;
	filter: alpha(opacity=0);
	visibility:hidden;
	z-index:50;
}

#randomproduts {
	text-align:center;
	margin-left:12px;
	margin-right:12px;
	padding:7px;
}

.rproduct {
	width:120px;
	height:120px;
	display:inline-block;
	text-align:center;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:none;
}

.rproduct img {
	vertical-align:middle;
	border:3px solid #999;
}
.rptitle {
	width:120px;
	height:20px;
	vertial-align:bottom;
}

#cartbox {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	border-top:1px solid #999;
	background-color:#FFCA5B;
	height:15px;
	z-index:500;
	cursor:pointer;
	font-size:7pt;
	padding:1px;
	color:#333;
	padding-left:4px;
}

#cartbox:hover {
	background-color:#FFEC9D;
}

#cartboxicon {
	position:absolute;
	left:2px;
	top:0px;
}

#cartfrow {
	padding-left:18px;
}

#cartcont {
	overflow:scroll;
	height:140px;
	margin-right:10px;
}

.cartuserprice {
	font-size:14pt;	
}

.cartuserprice2 {
	font-size:12pt;	
}

.cartuserpricecalc {
	font-size:9pt;
	font-style:italic;
}

.cartuserpricecalc2 {
	font-size:7pt;
	font-style:italic;
}

.prcarttitle {
	font-size:11pt;	
}

.prcarttotal {
	font-size:16pt;
	text-align:right;
}

.cartbuttons {
	text-align:right;	
}

.gboxback {
	width:301px;
	height:200px;
	margin-top:5px;
	margin-left:-1px;
	position:absolute;
	background-color:#DBE8ED;
}

.gbox {
	position:relative;
	background-color:#DBE8ED;
}

.gbox:hover {
	background-color:#DADADA;
	cursor:pointer;
}

.gbimg {
	padding:3px;
	padding-bottom:10px;
	overflow:hidden;
	text-align:center;
}

.gb1 {
	background-image:url("graphics/box/c1.png");
	background-position:top left;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}

.gb2 {
	background-image:url("graphics/box/c2.png");
	background-position:top right;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}

.gb3 {
	background-image:url("graphics/box/c3.png");
	background-position:bottom right;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}

.gb4 {
	background-image:url("graphics/box/c4.png");
	background-position:bottom left;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}

.gb5 {
	background-image:url("graphics/box/b1.png");
	background-position:top center;
	background-repeat:repeat-x;
	width:100%;
	height:100%;
}

.gb6 {
	background-image:url("graphics/box/b2.png");
	background-position:top right;
	background-repeat:repeat-y;
	width:100%;
	height:100%;
}

.gb7 {
	background-image:url("graphics/box/b3.png");
	background-position:bottom center;
	background-repeat:repeat-x;
	width:100%;
	height:100%;
}

.gb8 {
	background-image:url("graphics/box/b4.png");
	background-position:top left;
	background-repeat:repeat-y;
	width:100%;
	height:100%;
}

.whiteshade {
	background-color:#069;
	position:absolute;
	z-index:10;
	opacity:0;
	filter: alpha(opacity=0);
	cursor:pointer;
} .whiteshade:hover {
	opacity:0.3;
	filter: alpha(opacity=30);
}

.callus {
	background-image:url(graphics/callus.png);
	background-repeat:no-repeat;
	height:48px;
	font-size:12pt;
	padding-left:33px;
	padding-top:7px;
}

.countryflag {
	font-size:14pt;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}

.transparentbar {
	opacity:0.5;
	filter: alpha(opacity=50);
	background-color:#000;
	color:#FFF;
	padding:3px;
	margin-top:-3px;
	margin-left:-3px;
}

.phoneheader {
	font-size:14px;	
}

#scroll {
	background-image:url(graphics/scrollbg.png);
	background-repeat:repeat-x;
	height:217px;
	width:800px;
}

#scrollbox {
	width:1500px;
	height:217px;
	position:relative;
}

.pthumb {
	border:1px solid #666;
	margin-top:40px;
	margin-left:10px;
	margin-right:10px;
}

.imgcoat {
	height:120px;
	width:120px;
}

.cabutton {
	background-color:#69F;
	border:1px solid #666;
	padding:3px;
	margin:2px;
	color:#FFF;
	font-size:14px;
	width:100px;
	float:right;
	margin-top:8px;
	cursor:pointer;
}

.cabutton:hover {
	background-color:#69C;
}

.cabutton:active {
	background-color:#06C;
	padding-top:4px;
	padding-left:4px;
}

.cabutton2 {
	background-color:#69F;
	border:1px solid #666;
	padding:3px;
	margin:2px;
	color:#FFF;
	font-size:14px;
	width:100px;
	float:left;
	margin-top:8px;
	cursor:pointer;
}

.cabutton2:hover {
	background-color:#69C;
}

.cabutton2:active {
	background-color:#06C;
	padding-top:4px;
	padding-left:4px;
}

.orderbar {
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;
}
.orderbar:hover {
	background-color:#CCC;
}

.carttitle {
	background-image:url(graphics/carttitle.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#E3DBA2;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding-top:5px;
	padding-bottom:5px;
}

.carttitletextbig {
	font-size:12pt;	
}

.cartttitletext {
	font-size:8pt;
}

.carterror {
	background-color:#FF5B5B;
	margin-top:5px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFF;
}

.cartreviewrow {
	
}

.cartreviewrow:hover {
	background-color:#CCC;	
}

.orderreviewtable {
	border:1px solid #666;
	background-color:#FFF;
}

.cartline {
	border-bottom:1px solid #999;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}

.totals {
	text-align:right;
	font-family:Arial;
	font-size:16pt;
	margin-right:20px;
}

.totalss {
	font-size:12pt;
}

.totals2 {
	text-align:right;
	font-family:Arial;
	font-size:12pt;
	margin-right:20px;
}

#moreinfobox {
	font-size:12px;
	border:1px solid #CCC;
	background-color:#FFF;
	padding:5px;
	padding-top:8px;
	padding-left:85px;
	width:430px;
	background-repeat:no-repeat;
	background-position:bottom left;
	min-height:72px;
}

.warningcart {
	margin:5px;
	margin-left:18px;
	margin-right:18px;
	padding:5px;
	padding-left:60px;
	border:1px solid #666;
	background-color:#FFF;
	color:#000;
	font-size:11px;
	text-align:left;	
	background-image:url(graphics/warningcart.jpg);
	background-repeat:no-repeat;
	background-position:3px 3px;
}

.partorder {
	border:1px solid #666;
	background-color:#F9F9F9;
	padding:5px;
	margin-top:10px;
	width:500px;
}
.partorder:hover {
	background-color:#FFF;	
}

.partorderred {
	border:1px solid #666;
	background-color:#FFD5D5;
	padding:5px;
	margin-top:10px;
	width:500px;
}
.partorderred:hover {
	background-color:#FFF;	
}

.partordernumber {
	font-family:Verdana, Geneva, sans-serif;
	font-size:120pt;
	position:absolute;
	color:#CCC;
}
.removebutton {
	background-image:url(images/removepart.png);
	background-repeat:no-repeat;
	background-position:right;
	padding:5px;
	padding-right:20px;
	width:70px;
	height:20px;
	cursor:pointer;
	text-decoration:none;
	color:#000;
}
.removebutton:hover {
	text-decoration:underline;
}

.cabuttonn {
	background-color:#69F;
	border:1px solid #666;
	padding:3px;
	margin:2px;
	color:#FFF;
	font-size:14px;
	width:100px;
	margin-top:8px;
	cursor:pointer;
	display:inline-block;
}

.cabuttonn:hover {
	background-color:#69C;
}