body {
	margin: 10px;
	font-family: 'trebuchet ms',arial,serif,verdana;
	/* background: url("/css/images/bg.gif") repeat-x top; */
	background-color: #ffffff;
	color: #000000;
}

div.logostrip {
	font-face: 'trebuchet ms';
	margin: 0px 0px 4px 0px;
}

div.logostrip h1, div.logostrip a {
	color: #151515;
	text-decoration: none;
	font-size: 18pt;
	margin: 0px;
}

h2 {
	font: 16px 'trebuchet ms', geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}

img,table {
	border-width: 0px;
}

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

a:hover {
	text-decoration: underline;
}

html {
	min-width: 700px;
}

/* header */
#cc_header {
	font-family: 'trebuchet ms', sans-serif, verdana;
	background: transparent url(/css/images/rbcorner.gif) no-repeat right bottom;
}

#cc_header form label,#cc_header form input,#cc_header form #cc_submit {

}

#cc_header {
	/* background: #fff url("/css/images/navbg.png") repeat-x top; */
	background-color: #151515;
	/*background: #fff url("/css/images/navbg.png") repeat-x top;*/
	position: relative;
	padding: 0px;
	margin: 0px 0px 1em;
	height: 32px;
	
}

#cc_header h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0.8em 0em 0em 0.3em;
	font-size: 32px;
	z-index: 100;
}

#cc_header h1 a {
	display: block;
	width: 330px;
	text-decoration: none;
}

#cc_header p {
	position: absolute;
	font-size: 11px;
	color: #ccc;
	margin: 0;
	padding: 4.2em 0em 0em 1em;
}

/* search */
#cc_header form {
	position: absolute;
	top: 15%;
	right: 0px;
	padding: 0px 15px 0px 0px;
	margin: 0; /* need for IE Mac */
	text-align: right; /* need for IE Mac */
	white-space: nowrap; /* for Opera */
}

#cc_header form label {
	color: #fff;
	font-weight: bold;
}

#cc_header form #cc_submit {
	
}

#cc_header form #search_text {
	width: 176px;
	height: 23px;
	/*font-size: 100%;*/
	margin: 0px 0px 4px 0px;
	border: 0px solid #fff;
	background: transparent url("./css/images/searchbg.gif") no-repeat;
	padding-top: 6px;
}

#search_text {
	font-size: 10pt;
	text-indent: 4px;
}
.inplaceeditor-saving { background: url("./css/images/loader.gif") bottom center no-repeat; }

input.form_input, input.quantity_input, select.form_input, input.editor_field {
	border: 2px solid #ccc;
	/*background: #e2e7e7 url("./css/images/bg_input_bg.png") 100% bottom repeat-x;*/
	background-color: #fff;
}

input.editor_field {
	width: 300px;
	height: 20px;
	text-align: left;
	text-indent: 4px;
	vertical-align: bottom;
}

input.form_input[type="submit"] {
	background: #e2e7e7 url("./css/images/bg_input_bg.png") 100% bottom repeat-x;
}

input.form_input {
	text-indent: 4px;
}

input.quantity_input {
	text-align: center;
	height: 14px;
	width: 20px;
}

input.form_input[type="text"], input.form_input[type="password"] {
	text-indent: 4px;
}

select.form_select {
	text-indent: 2px;
	border: solid 2px #cccccc;
	background: #ffffff;
	color: #000000;
	cursor: pointer;
	width: 250px;
}
select.form_select option {
	border-bottom: 1px dashed #151515;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #fff;
	color: #151515;
	cursor: pointer;
}

select.form_select:hover, select.form_select:focus {
	border: solid 2px #666666;
	background: #e2e7e7;
	color: #000000;
	text-indent: 4p
}

input.form_input[type="text"]:focus, select.form_input:focus, select.form_input:hover, input.quantity_input[type="text"]:focus, input.quantity_input[type="text"]:hover, input.form_input[type="text"]:hover, input.form_input[type="password"]:focus, input.form_input[type="password"]:hover {
	border: solid 2px #666666;
	background: #e2e7e7;
	color: #000000;
	text-indent: 4px;
}

input.form_input[type="submit"]:hover {
	border: solid 1px #666666;
	background: #ffffff url("./css/images/bg_input_hover.png") 100% top repeat-x;
	color: #000000;
	text-indent: 4px;
}

.search_result {
	height: 110px;
	padding: 0.2em; 
	border: 1px solid #eee;
	display: block;
	position: relative;
	margin-bottom: 1em;
}

.search_result_img {
	height: 100%;
	float: left;
}

.search_result_txt {
	padding-left: 1em;
	padding-bottom: 1em;
	width: 79%;
	float: left;
}

a.searched_text,a:hover .searched_text {
	text-decoration: none;
	color: #000;
	font-family: sans-serif;
	line-height: 14pt;
}

#cc_header form #search_text :hover,#cc_header form #search_text :focus	{
	background: none;
}

#site_name,#site_name a,#cc_header a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

h1#site_name img {
	float: left;
	padding-right: 7px;
}

h1#site_name {
	margin: 0px;
	padding: 0.8% 0% 1% 1%;
	line-height: 160%;
	background: url("/css/images/lbcorner.gif") bottom left no-repeat;
}

/*cc_header nav */
#login_menu {
	font-size: 10px;
	font-weight: normal;
	padding: 15px 20px 0px 0px; 
	position: absolute; 
	right: 0; top: 0; 
	color: #000000;
}

#loginmenu a {
	color: #151515;
	font-size: 10px;
}

#cc_header ul {
	/*background: transparent url(/css/images/lbcorner.gif) bottom left no-repeat;*/
	width: auto;
	height: 24px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 0px 250px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	z-index: 90;
}

#cc_header li {
	float: right;
	display: inline;
	white-space: nowrap;
	font-size: 14px;
}

#cc_header ul a {
	float: left;
	display: block;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
	height: 24px;
}

#cc_header ul li:hover a {
	color: #151515;
	background: #ffffff;
}

#cc_header ul li:hover {
	background: transparent;
}

#cc_header ul li.selected_tab a {
	color: #036;
}

#cc_header ul li.selected_tab {
	border-bottom: 2px solid #bbb;
}

.cc_header {
	margin: 0px;
	padding: 0px;
	color: #000;
	/*background-color: transparent;*/
	border: 0;
}

#search {
	/*font-size: 100%;*/
}

#search form {
	margin: 0px 6px;
	padding: 0px;
	padding-bottom: 4.0em;
}

/*CLEAN
#search .form_text {
	margin: 0;
	padding: 2px;
	width: 100px;
	border: 1px solid #fff;
}

#search .form_submit {
	margin: 0;
	padding: 0;
	border: 0px solid #ffffff;
	color: #fff;
	font-family: 'trebuchet ms';
	font-weight: bold;
	font-size: 14px;
	height: 23px;
	width: 50px;
	background: transparent url(/css/images/searchbtn.gif);
}
*/

#cc_content {
	width: 100%;
	float: left;
	font-size: 13px;
	margin-bottom: 1em;
}

#leftside {
	float: left;
	width: 14%;
	min-width: 150px;
	width: 150px;
	/* border: 1px solid black; */
	/*padding-right: 4px;*/
}

#centercontent {
	float: left;
	width: 100%;
	border: 0px;
}

#rightcontent {
	float: right;
	width: 10%;
	border-top: 5px solid #151515;
}

#centercontent h1 {
	font-size: 150%;
	font-weight: normal;
	font-family: arial;
	color: #999;
	border-bottom: 1px solid #ccc;
	margin-bottom: 6px;
}

* html body .cc_header {
	margin-bottom: -19px;
	/* font-family: "\"}\""; */
	font-family: inherit;
	margin-bottom: 0px;
}

#wrapper1 {
	min-width: 850px;
	width: 100%;
	/*max-width: 1200px;*/
}

#wrapper1,#wrapper2 {
	margin: 0px;
	padding: 0px;
}

.hide {
	overflow: hidden;
	visibility: hidden;
	display: none;
	clear: none;
}

.cc_headerpadding,.centerpadding {
	margin: 0px;
	padding: 0px;
}

.hs {
	border: 0px solid #666;
	/*font-family: sans-serif, Courier New, Arial;*/
	font-size: 12px;
	vertical-align: top;
}

#center_products {
	border: 0px solid #ddd;
	width: 100%;
	float: left;
	padding-right: 0px;
	/*margin-bottom: 40px;*/
	overflow: visible;
}

#right_container {
	float: left;
	width: 18%;
	border: 0px #000 solid;
}

/*
#shopping_cart, .box {
	width: 140px;
}
*/
.news_box {
	border: 1px solid #666;
	background-color: #F2F7FF;
	padding: 0;
	margin-bottom: 2%;
	width: 100%;
	color: red;
}

.news_box h3 {
	background: transparent;
	background: #677785;
	padding: 1% 0px 1% 2%;
	color: white;
	margin: 0;
	font-size: 12px;
	font-style: normal;
}

.news_box p {
	padding: 0px 0px 0px 2%;
}

.footer_container {
	width: 100%;
	padding-top: 3em;
}

.footer {
	border-top: 3px solid #151515;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	min-height: 25px;
	margin: 0.3% 1% 0.3% 1%;
}

.footer a {
	color: #666;
}

.tinytext {
	text-align: center;
}

/* left menu container*/
.left_menu {
	font-size: 100%;
	font-weight: normal;
	font-family: 'trebuchet ms', trebuchet ms, verdana, arial, serif;
	padding: 0px 10px 0px 0px;
}

.left_menu p {
	margin-bottom: 0px;
	font-weight: bold;
}

.left_menu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	border: none;
}

.left_menu a {
	text-decoration: none;
}

/* Menu */
.menuheader {
	width: 140px;
	background-image: url("/css/images/modhd_r.gif");
	background-position: top right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: static;
	background-repeat: repeat-x; 
	font: 11px 'trebuchet ms', geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	height:22;
	border-bottom: solid 3px #151515;
}
.menuheader a {
	color: #151515;
	text-decoration: none;
}
.menuheader a:hover {
	color: #151515;
	text-decoration: underline;
}

#menu {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}

a.group:link,a.group:visited {
	color: #ffffff;
	font: 11px 'trebuchet ms', geneva, lucida, 'lucida grande', arial,
		helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-indent: 4px;
	width: 140px;
	line-height: 18px;
	height: 20px;
	background-image: url('/css/images/navbg.gif');
	display: block;
}

a.group:hover,a.group:active {
	color: #151515;
	font-weight: bold;
	display: block;
}

a.category:link,a.category:visited {
	/*color: #151515;*/
	color: #000000;
	font: 8pt 'trebuchet ms', geneva, lucida, 'lucida grande', arial,
		helvetica, sans-serif;
	text-decoration: none;
	text-indent: 8px;
	width: 140px;
	display: block;
	border-bottom: 1px solid #fff;
}

a.category:hover,a.category:active {
	color: #151515;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	font: 8pt 'trebuchet ms', geneva, lucida, 'lucida grande', arial,
		helvetica, sans-serif;
	display: block;
}

/* product area parent div */
.body_text {
	
}

/* */
.sidemodhd {
	width: 140px;
	background-image: url("/css/images/modhd_r.gif");
	background-position: top right;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	position: static;
	background-repeat: repeat-x; 
	font: 11px 'trebuchet ms', geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight:bold;
	height:22;
	border-bottom: solid 3px #151515;
}

p.sidemodhd a {
	color: #000000;
}

#sidemodct, #shoppingcart {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	float: center;
	/*margin-top: 4px;*/
}
#sidemodct {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

	padding-top: 4px;
	margin: auto 0px;
}

.sidemodbt {
	/*background: transparent url(/css/images/bbgr.gif) no-repeat top left;*/
	background: transparent url(/css/images/sidemodft.gif) no-repeat top left;
	border: 0px solid #000;
	height: 7px;
	width: 140px;
	margin: 0px;
	padding: 0px;
}

#shoppingcart a, #sidemodct a {
	color: #151515;
	overflow: hidden;
}

#shoppingcart a:hover {
	color: #151515;
}

#sidemodct a {
	color: #000000;
	overflow: hidden;
}

#sidemodct a:hover {
	color: #151515;
}

a.menulv0:link,a.menulv0:visited {
	color: #fff;
	font: 10pt 'trebuchet ms', geneva, lucida, 'lucida grande', arial,
		helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	width: 140px;
	height: 20px;
	background-image: url('/css/images/navbg.gif');
	display: block;
}

a.menulv0:hover,a.menulv0:active {
	color: #151515;
	font: 10pt 'trebuchet ms', geneva, lucida, 'lucida grande', arial,
		helvetica, sans-serif;
	font-weight: bold;
	display: block;
}

a.menulv1:link,a.menulv1:visited {
	color: #000;
	font: 10pt 'trebuchet ms', geneva, lucida, 'lucida grande', arial,
		helvetica, sans-serif;
	text-decoration: none;
	width: 140px;
	display: block;
}

a.menulv1:hover,a.menulv1:active {
	color: #151515;
	font: 10pt 'trebuchet ms', geneva, lucida, 'lucida grande', arial,
		helvetica, sans-serif;
	display: block;
}

/* Product */
.product_box {
	border: 0px solid #151515;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin: 3px;
	padding: 0px;
	width: 214px;
	height: 140px;
	position: relative;
}

.product_box_header {
	border: 0px #000 solid;
	padding-bottom: 0px;
	font-size: 19px;
}

.product_box_body {
	border: 0px #bbb solid;
	height: 90px;
	/*line-height: 10pt;*/
	text-align: left;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	font-size: 8pt;
        line-height: 12pt;
}

.product_box_footer {
	margin: 6px 0px 0px 66px;
	border: 0px #bbb solid;
	height: 30px;
}

.product_image {
	float: left;
	width: 100px;
	height: 100px;
	border: 0px solid #cccccc;
	/*background-color: #eeeeee;*/
	margin: 0px 0px 0px 0px;
}

* .img_frame {
	vertical-align: top;
	margin: 0px 0px 0px 0px;
}

.price,.campaign_price,.old_price,.bigprice,.campaign_bigprice,.old_bigprice {
	font-size: 18px;
	color: #151515;
	font-style: normal;
	font-weight: bolder;
}

.bigprice,.campaign_bigprice {
	font-size: 36px;
}

.old_bigprice {
	text-decoration: line-through;
	font-size: 18px; 
	display: block; 
	margin-bottom: 10px;
}

.old_price {
	text-decoration: line-through;
	font-size: 8pt; 
	display: block; 
	margin-bottom: 10px;
}

.campaign_price {
	text-decoration: none;
}

.discountlink {
	font-weight: bold;
}

.discountlink {
	color: navy;
	text-decoration: underline;
}
.discountlink:hover {
	color: blue;
	text-decoration: none;
}

#product {
	padding-top: 0.5em;
}

.product_price {
	font-size: 16px;
	margin-top: 0em;
	margin-bottom: 0em;
}

div.clear {
	clear: both;
}

#primage {
	border: 0px solid #cccccc;
	/*background-color: #eeeeee;*/
	margin: 10px 0px 0px 0px;
}


#product_images {
	border: 0px solid #000;
	padding: 0em;
	margin-top: 2em;
	width: 100%;
}

.product_image_thumb {
	float: left;
	position: relative;
	width: 101px;
	height: 101px;
	border: 1px solid #eeeeee;

}

.product_image_thumb img {
	border: 0px;
}

.product_image_thumb:hover {
	border: 1px solid #cccccc;
	cursor: pointer;
}

/* Pager */
#pager {
	color: #888;
	border: 0px solid #ddd;
	padding: 6px;
	margin-top: 0px;
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	font-size:14px;
	font-weight:bold;
	height: 24px;
}

#pager a:hover {
	text-decoration: none;
}

.pagerpage,#currentpage {
	padding-left: 5px;
	padding-right: 5px;
	margin: 1px;
	border: 1px solid #151515;
	text-decoration: none;
}

.pagerpage {
	color: #151515;
	background-color: #fff;
}

#currentpage {
	color: #fff;
	background-color: #151515;
	border: 1px solid #fff;
}

/* buttons */
input.add_button, #buy_btn, #login_btn, input.nav_btn, .cart_btn, input.button {
	font: 11px 'trebuchet ms', geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	width:87px;
	height:20px;
	border: 0px solid transparent;
	color: #fff;
	background: transparent url(/css/images/btn_bg0.gif) no-repeat;
	color: #151515;
	cursor: pointer;
	font-weight: bold;
}

input.button_l {
	width:128px;
	height:20px;
	cursor: pointer;
}
.button_l {
	text-align:center;
	color: #151515;
	font: 14px 'trebuchet ms', geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	background-color: transparent;
	background-image:url(/css/images/btn_bgl0.gif) no-repeat;
	border:0px;
}
input.button_l[type="submit"] {
	background-color: transparent;
	background: transparent url(/css/images/btn_bgl0.gif) 100% no-repeat;
	text-align:center;
	font: 14px 'trebuchet ms', geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	border:0px;
}

input.button_l[type="submit"]:hover {
	background: transparent url(/css/images/btn_bgl1.gif) 100% no-repeat;
}

#buy_btn {
	margin-right: 8px;
}

input.add_button[type="submit"]:hover, #buy_btn:hover, #login_btn:hover, input.nav_btn:hover, .cart_btn:hover, input.button:hover {
	background: #ffffff url('/css/images/btn_bg1.gif') no-repeat;
	color: #151515;
}

div.cart_buy_btn {
	float: right; 
	border: 0px solid #ccc; 
	overflow: hidden; 
	height: 24px; 
	vertical-align: text-top; 
	text-align: right;
}

/* Messages */
#message {
	font-size: normal;
	color: #cc0000;
	
}

.errormsg {
	padding: 2px;
	background: transparent;
	color: #cc0000;
	font-weight: bolder;
}

/* Registration */
.registration {
	color: #151515;
	font-weight: bold;
	font-size: 16px;
	border: 0px solid #000;
	padding: 1em;
}
table.regform {
	margin-bottom: 1em;
	width: 100%;
	/*background: url(/css/images/formbgr.png) top left no-repeat;*/
	/*background: url(/css/images/lines.png);*/
	border: 0px solid #cccccc;
}

table.regform td {
	height: 40px;
	/*border: 0px;*/
}

table.regform td.td_right {
	text-align: right;
}

table.regform td.td_left {
	text-align: left;
	text-indent: 1em;
}

/* */

/* Table */
.table {
	margin-bottom: 4px;
	border-collapse: collapse;
	width: 100%;
}

.table_header td,.table_header th {
	background: url(/css/images/tableheader-bg.gif) repeat-x top;
	padding: px 0px 0px 0px;
	border-top: 1px solid #CBD6DE;
	border-bottom: 1px solid #ADBECB;
	font-weight: bold;
	text-align: center;
}

.table_footer td {
	background: url(/css/images/tablefooter-bg.gif) repeat-x bottom;
	padding: 1px 8px;
	border-top: 1px solid #CBD6DE;
	border-bottom: 1px solid #ADBECB;
	font-weight: bold;
}

.table_header td,.table_header th,.table_footer td {
	font-size: 14px;
}

.table_header td a:hover {
	text-decoration: underline;
	color: blue;
}

.table_footer td,.table_header td,.table_header th {
	color: #333333;
	border: 1px solid #CBD6DE;
}

.row1 td,.row2 td,.row_hover td,.paging_row td {
	padding: 1px 10px;
	color: #666666;
	border: 1px solid #CBD6DE;
}

.row1 td {
	background: #ffffff;
}

.row2 td {
	background: #eeeeee;
}

.row_hover td {
	background: #FBFACE;
	color: #000000;
}

.td_right {
	text-align: right;
	vertical-align: middle;
}

.td_center {
	text-align: center;
	vertical-align: middle;
}

.td_left {
	text-align: left;
	vertical-align: middle;
}

.td_regform {
	padding-left: 10px;
}
td.table_leftrow {
	text-align: left; 
	vertical-align: top;
	padding: 6px;
}
td.table_rightrow {
	text-align: right; 
	vertical-align: top;
}
/* Address */
table.address {
	margin-bottom: 15px;
	width: 100%;
	border-collapse: collapse;
}

table.address_header td {
	padding: 5px 10px;
	color: rgb(70, 122, 167);
	border-top: 1px solid #CBD6DE;
	border-bottom: 1px solid #ADBECB;
	font-size: 1.1em;
	font-weight: bold;
}

table.address_header td a:link,table.address_header td a:visited {
	text-decoration: underline;
	color: rgb(70, 122, 167);
}

table.address_header td a:hover {
	text-decoration: underline;
	color: blue;
}

table.address_header td {
	border: 1px solid #CBD6DE;
}

.row1 td,.row2 td,.row_hover td,.paging_row td {
	padding: 1px 10px;
	color: #666666;
	border: 1px solid #CBD6DE;
}

.row1 td {
	background: #ffffff;
}

.row2 td {
	background: #eeeeee;
}

div.address {
	border: 0px #bbb000 solid;
	width: 100%;
	float: left;
}

div.address>dl {
	display: block;
	background-color: #fff;
	border: solid 0px #666;
	padding: 4px;
}

div.address>dl>dt {
	display: block;
	margin-left: 2px;
	color: #75808A;
	font-size: 13px;
	white-space: nowrap;
	overflow-x: hidden;
	border-bottom: solid 1px #bbb;
}

div.address>dl>dd {
	display: block;
	color: #151515;
	float: right;
	margin: -14px 0px 0px 0px;
	font-size: 12px;
	width: 300px;
}

/* Breadcrumbs */
#breadcrumbs {
	vertical-align: middle;
	background: url(/css/images/modhd_r.gif) repeat-x top right;
	font-family: 'trebuchet ms',geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	border-bottom: 3px solid #151515;
	padding: 0px 0px 0px 0px;
	position: static;
	font: 11px 'trebuchet ms', geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: bold;
}

/* DIV shopping cart*/
#tfoot,#cartbody,#cartbottom {
	width: 600px;
	height: 41px;
	margin: 8px;
}

#cartheader {
	background: url(/css/images/tableheader-bg.gif) repeat-x top;
	height: 32px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	text-align: center;
	padding-top: 1em;
}

.shoppingcart_row a {
	color: #151515;
	margin-left: 5px;
	vertical-align: text-bottom;
}

.box,#shopping_cart {
	margin: 0px 0px 0px 10px;
	float: right;
}
#shopping__cart {
	margin: 0px 0px 0px 10px;
	border: 0px solid #000;
	width: 140px;
}

/* */
#scart_info {
	width: 132px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 6px;
	margin-bottom: 6px;
	border: 0px solid #cccccc; 
	float: left;
	width: 95%;
}

/* login form */
#login_form {
	margin: 10px 0pt;
	width: 260px;
	float: right;
}

#instruction {
	border: 0px solid #000;
	margin: 15px 15px 0px;
	width: 96%;
}

.box .caption,#shopping_cart #cart_header,#login_form .caption,#instruction .caption
	{
	font-size: 12px;
	line-height: 14px;
	padding: 6px 10px;
	color: #bbb000;
	font-weight: bold;
}

.box .caption,#shopping_cart #cart_header {
	background: #151515 url("/css/images/topwidg.gif") top left no-repeat;
}

#login_form .caption {
	background: #151515 url("/css/images/loginboxtop.gif") top left
		no-repeat;
}

#instruction .caption {
	background: #151515 url("/css/images/instruction_top.gif") top left
		no-repeat;
}

.box .content,#shopping_cart #cart_content,#login_form .content,#instruction .content
	{
	font-size: 12px;
	line-height: 16px;
	padding: 5px;
	/*background: #fffff4;*/
	border: 0px solid #bbb000;
	/*border-top: 4px solid #bbb000;*/
}

#cart_header a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

/* label */
label {
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin-bottom: 1px;
	margin-top: 8px;
}

/* content table */
#content {
	width: 100%;
	border: 0px solid #000000;
	border-collapse: collapse;
}

h3.orderheader {
	margin: 0px 0px 4px 0px;
	cursor: pointer;
	font-size: 14px;
	background: transparent url(/css/images/tableheader-bg.gif) repeat-x scroll center top;
	border: 1px solid #ccc;
	padding: 10px;
}

h3.orderheader:hover {
	text-decoration: none;
	background-color: #eeeeee;
	cursor: pointer;
}

div.blinddown {
	margin-top: 0px;
	margin-bottom: 30px;
}

#changed_items {
	height: 2em;
}

div.select_address {
	cursor: pointer; 
	/*padding: 3px;*/
	margin: 1px;
	border: 1px solid #cccccc; 
	width: 100%;
	float: left;
}

.user_address {
	border: 0px solid #eee;
	float: left;
	width: 50%;
}

.user_addresses {
	padding: 4px;
	margin-bottom: 1em;
	border: 1px solid #eee;
	width: 97%;
	float: left;
}

/* radio */
.radio_btn {
	background-color: #ffffff;
	padding: 5px;
}

.editor_ok_link {
	text-decoration: underline;
	margin-left: 1em;
}
.editor_cancel_link {
	margin-left: 1em;
}

#settings_username {
	border: 1px solid #666666; 
	padding: 4px; 
	text-indent: 4px;
	cursor: text;
}

/*rsto*/

a.cartobj:link, a.cartobj:visited {
        white-space: nowrap;
	display: block;
	height: 16px;
	color: #000000;
	font: 8pt 'trebuchet ms', geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-indent: 4px;
	width: 140px;
	line-height: 10pt;
}

a.cartobj:hover, a.cartobj:active {
        white-space: nowrap;
	display: block;
	color: #151515;
	font: 8pt 'trebuchet ms', geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 10pt;
}

.choose_here {
	text-decoration: underline;
	font-size: 12pt; 
	padding: 4px; 
	margin-right: 0px;
	cursor: pointer;
	display: inline;
}

div.chgpwd {
	width: 30%;
}

/* page text container */
div.pagetext {
	border: 0px solid; 
	width: 95%; 
	margin: 0px; 
	margin-top: 1em;
	margin-left: 1em;
	padding: 0px;
}

div.pagetext_leftcorner {
	background: #eee url('/css/images/ltcorner.gif') no-repeat left top;
	border-bottom: 1px solid #666666;
	width: 100%;
}

div.pagetext_leftbcorner {
	background: #ccc url('/css/images/lbcorner.gif') no-repeat left bottom;
	border-top: 2px solid #fff;
	width: 100%;
}

div.pagetext_title {
	/*background: #ccc url('/css/images/ltcorner.gif') no-repeat top left;*/
	background: #eee url('/css/images/rtcorner.gif') no-repeat top right;
	border: 0px solid #000;
	border-bottom: 1px solid #666;
	width: 100%; 
	padding: 8px;
	font-weight: bold;
	font-size: 12pt;
	color: #151515;
	margin-left: 5px;
	margin-bottom: -1px;
}

div.pagetext_body {
	background: #ccc url('/css/images/rbcorner.gif') no-repeat bottom right;
	border-top: 2px solid #666666; 
	width: 100%; 
	padding: 8px;
	text-align: justify;
	margin-left: 5px;
	margin-top: -2px;
}

/* pageitem container */
div.pageitem {
	border: 0px solid; 
	width: 300px; 
	margin: 0px; 
	margin-top: 1em;
	margin-left: 1em;
	padding: 0px;
}

div.pageitem_leftcorner {
	background: #eee url('/css/images/ltcorner.gif') no-repeat left top;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

div.pageitem_leftbcorner {
	background: #666 url('/css/images/lbcorner.gif') no-repeat left bottom;
	border-top: 2px solid #ccc;
	width: 100%;
}

div.pageitem_img {
	float: left; 
	border: 0px solid; 
	width: 100px; 
	right-margin: 10px;
}

div.pageitem_desc {
	margin-left: 110px; 
	border: 0px solid; 
	width: 180px; 
	vertical-align: text-top;
}

div.pageitem_body {
	/*background: #ccc url('/css/images/ltcorner.gif') no-repeat top left;*/
	background: #eee url('/css/images/rtcorner.gif') no-repeat top right;
	border: 0px solid #000;
	border-bottom: 1px solid #ccc;
	width: 100%; 
	padding: 8px;
	font-weight: bold;
	font-size: 12px;
	color: #151515;
	margin-left: 5px;
	margin-bottom: -1px;
	height: 100px;
}

div.pageitem_title {
	background: #666 url('/css/images/rbcorner.gif') no-repeat bottom right;
	border-top: 2px solid #ccc; 
	width: 100%; 
	padding: 8px;
	text-align: justify;
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: -2px;
	color: #ffffff;
}

div.cell050 {
	float: left;
	display: block;
	width: 49%;
	height: 240;
	margin: 2px;
	background-color: #eee;
	margin-bottom: 12;
}

.celltitle_lg {
	background-color: #6500CC;
	background-image: url('/css/cccccc/navbg.gif');
	color: #fff;
	font: 30px 'trebuchet ms', geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: bold;
	margin-top: 200px;
	height: 40px;
}


#flags {
	width: 100%;
	text-align: right;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
	vertical-align: bottom;
}
#menuleft {
	background: #151515 url(/css/images/menubar_l.gif) no-repeat;
}

#menuright {
	background: #151515 url(/css/images/menubar_r.gif) no-repeat;
}

#topmenu {
	background-color: #151515;
}

#topmenu ul {
	width: auto;
	height: 24px;
	bottom: 0px;
	right: 0px;
	margin: 0px 250px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#topmenu li {
	float: right;
	display: inline;
	white-space: nowrap;
	font-size: 11px;
}

#topmenu ul a {
	float: left;
	display: block;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
	height: 24px;
}

#topmenu ul li:hover a {
	color: #151515;
	background: #ffffff;
}

#topmenu ul li:hover {
	background: transparent;
}

#topmenu ul li.selected_tab a {
	color: #036;
}

#topmenu ul li.selected_tab {
	border-bottom: 2px solid #bbb;
}

#search_text {
	width: 176px;
	height: 23px;
	/*font-size: 100%;*/
	margin: 0px 0px 4px 0px;
	border: 0px solid #fff;
	background: transparent url("/css/images/searchbg.gif") no-repeat;
	padding-top: 6px;
}

#search_text {
	font-size: 10pt;
	text-indent: 4px;
}
#search .form_text {
	margin: 0;
	padding: 2px;
}

#search .form_submit {
	margin: 0px auto;
	
	border: 0px solid #ffffff;
	color: #fff;
	font-family: 'trebuchet ms';
	font-weight: bold;
	font-size: 14px;
	height: 23px;
	width: 50px;
	background: transparent url(/css/images/searchbtn.gif);
}

/* Prod ad*/
div.prad {
	border: 0px dashed black; height: 200px; width: 324px; float: left;
}
div.prad_tl {
	background: transparent top left url('/css/images/lgfr_tl.gif') no-repeat; 
	float: left; 
	border: 0px solid #000; 
	width: 50px; 
	height: 50px; 
	margin-left: auto; margin-right: auto;
}
div.prad_tr {
	background: transparent top right url('/css/images/lgfr_tr.gif') no-repeat; 
	text-align: right; 
	float: right; 
	border: 0px solid blue; 
	width: 50px; 
	height: 50px; 
	margin-left: auto; 
	margin-right: auto;
}
div.prad_bt {
	padding-top: 109px; 
	float: left; 
	text-align: right; 
	width: 100%; 
	border: 0px solid #fff; 
	margin-left: auto; margin-right: auto;
}
div.prad_h {
	background-color: #151515; 
	border-top: 1px solid #fff; 
	height: 40px;
}
div.prad_h_bl {
	background: transparent bottom left url('/css/images/lgfr_bl.gif') no-repeat; 
	float: left; 
	border: 0px solid #000; 
	height: 40px; 
	width: 16px;
}
div.prad_h_title {
	text-align: left; 
	padding-left: 1em; 
	float: left; 
	border: 0px solid #fff; 
	height: 40px; 
	width: 80%;
}
span.prad_h_title {
	padding-top: 4px;
	display: block;
	overflow: hidden;
	border: 0px solid #fff;
	height: 24px;
	color: #fff; 
	font-size: 18pt; 
	font-weight: bolder;
}
span.prad_h_title a {
	text-decoration: none;
	color: #fff;
}
span.prad_h_title a:hover {
	text-decoration: underline;
}
div.prad_h_br {
	background: transparent bottom right url('/css/images/lgfr_br.gif') no-repeat; 
	float: right; 
	border: 0px solid #000; 
	height: 40px; 
	width: 16px;
}
div.carth {
	font: 11px 'trebuchet ms', geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
	background: top left url('/css/images/modhd_r.gif') no-repeat; 
	float: left; 
	padding-right: 0px; 
	border-bottom: 3px solid #151515; 
	width: 100%; 
	height: 26px; 
	margin-left: auto; 
	margin-right: auto;
}
div.cartbody {
	background: repeat-y url('/css/images/sidemodbg.gif'); 
	float: left; 
	width: 100%; 
	padding-left: 4px;
	margin-left: auto; 
	margin-right: auto;
}
div.cartft {

}
#plist {
	border: 0px solid red; 
	padding-top: 6px;
}
#cinfo {
	border: 0px solid #ccc; 
	padding-left: 4px;
}
input.PaymentProviderButton {
}
input.PaymentProviderButton:hover {
}
input.error {
    border: 2px solid red;
}
.reg_header {
	vertical-align: bottom; 
	height: 30px; 
	font-size: 14px; 
	font-weight: bold;
}
textarea.order_message {
    width: 100%;
    height: 120px;
    border: 2px solid #cccccc;
    padding: 4px;
    font-family: Tahoma, sans-serif;
}