@charset "UTF-8";

* {  margin:0; padding:0;}

html { height:100%;}

body { 
	height: 100%;
	font: 100% Arial, Tahoma, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	background:#a7a7a6;
}

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

p { color:#000; }

img, fieldset {
	border: 0;
	border-style:none;
}

table { border-collapse:collapse;}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -43px;
	width:970px;
	padding:0 5px;
	text-align:left;
	background:url("../img/bg_main.gif") center repeat-y;
}

#container.homepage{
	margin-bottom:-211px;
}


#header {
	height:167px;
	width:970px;
	background:url("../img/bg_header.gif") top repeat-x;
}

#logoline {
	width:970px;
	height:131px;
}

#basket {
	float:right;
	margin-top:19px;
	padding:0 50px 0 0;
}
#basket p {
	float:left;
	padding-top:15px;
	font-size:11px;
}

/* main menu */
#menuline {
	width:970px;
	height:36px;
	background:url("../img/bg_menuline.jpg") top left no-repeat;
}

#menu {
	height:36px;
	float:right;
}

#menu ul {
	list-style:none;
	margin-right:120px;
	padding-top:3px;
}

#menu li {
	float:left;
	margin-left:30px;
	font-size:13px;
	font-weight:bold;
	display:block;
	height:33px;
}

#menu li A {
	background:url("../img/bg_menu_underline.jpg") bottom left no-repeat;
	color:#000;
	padding-bottom:7px;
	line-height:29px;
}

#menu li A:hover {
	background:url("../img/bg_menu_underline.jpg") bottom left no-repeat;
	color:#a00022;
	text-decoration:none;
}

#menu li.selected A {
	background:url("../img/bg_menu_underline.jpg") bottom left repeat-x;
	color:#000;
}

#menu li.selected A:hover {
	background:url("../img/bg_menu_underline.jpg") bottom left no-repeat;
	color:#a00022;
}
/* main menu ends */

/* login items */

#loginline {
	background:url("../img/bg_searchline.gif") top left repeat-x;
	height:48px;
	width:970px;
}

.feedback {
	padding:15px 0 0 50px;
	height:30px;
	float:left;
	font-size:14px;
	font-weight:bold;
}

.error { color:#a00022; }

#login {
	width:263px;
	height:30px;
	float:right;
	text-align:right;
	padding:15px 50px 0 0;
	font-size:11px;
}

.blacklink A {
	color:#161616;
}

/*content */

#content_wrapper {
	background:#fff;
	width:970px;
	padding:10px 0 0 0;
}

#content_wrapper H3 {
	color:#a00022;
	font-size:20px;
	font-weight:bold;
	padding:0 0 15px 0;
}

#content_wrapper H4 {
	color:#484848;
	font-size:16px;
	font-weight:bold;
	padding:0 0 15px 0;
}

#content_wrapper P {
	font-size:12px;
	line-height:15px;
	padding-bottom:5px;
}

#full_width {
	width:860px;
	margin:0 55px;
	padding: 0 0 20px 0;
}

/* side menu and list of items */
#sidemenu {
	float:left;
	width:149px;
	padding:5px 20px 0 55px;
}

#sidemenu UL {
	list-style:none;
}

#sidemenu LI {
	font-size:13px;
	font-weight:bold;
	color:#000;
	padding:3px 0;	
}
#sidemenu LI A{
	color:#000;	
}
#sidemenu LI A:hover{
	color:#a00022;	
}

#sidemenu LI UL {
	list-style:none;
	margin-left:35px;
}

#sidemenu LI LI {
	font-size:11px;
	font-weight:bold;
	color:#000;
	padding:3px 0;	
}

#list_item_wrapper {
	float:left;
	width:744px;
}


.list_item {
	float:left;
	width:200px;
	margin:0 48px 40px 0;
}

.list_item_img {
	width:200px;
	height:180px;
	background:url("../img/bg_list_item_shadow.jpg") bottom center no-repeat;
	padding-bottom:22px;
}

.list_item_img TD{
	width:160px;
	height:180px;
	padding:0 20px;
	text-align:center;
	vertical-align:bottom;
}

.list_item_info {
	width:160px;
	padding:5px 20px;
	text-align:center;
	font-size:11px;
}

.list_item_info A {
	text-decoration:none;
}
.list_item_info A:hover {
	text-decoration:underline;
}

.list_item_info P.details A {
	text-decoration:underline;
	color:#333;
}
.list_item_info P.details A:hover {
	text-decoration:none;
}

/* end of side menu and list of items */

/* product details */

#product_img {
	width:250px;
	background:url("../img/bg_product_img_shadow.jpg") bottom center no-repeat;
	padding-bottom:30px;
	text-align:center;
	float:left;
}


#product_txt {
	width:550px;
	padding:0 30px 30px 30px;
	float:left;
}
/* service */
.input_line_fixed {
	padding-bottom:6px;
	width:718px;
}

.input_line_fixed2 {
	padding-bottom:6px;
	width:780px;
}

.input_line {
	padding-bottom:6px;
}

.big_input_label {
	width:160px;
	padding:5px 10px 0 0;
	text-align:right;
	float:left;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#484848;
}

.big_input_field {
	background:url("../img/bg_service_input_field.gif") top left no-repeat;
	float:left;
	height:23px;
	width:548px;
	text-align:center;
	color:#484848;
}
.big_input_field INPUT {
	border:0;
	background:none;
	height:16px;
	width:544px;
	color:#a00022;
	padding:5px 0 0 0;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.little_input_label {
	width:120px;
	padding:5px 10px 0 0;
	text-align:right;
	float:left;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#484848;
}

.little_input_field {
	background:url("../img/bg_little_input_field.gif") top left no-repeat;
	float:left;
	height:23px;
	width:212px;
	text-align:center;
}
.little_input_field INPUT {
	border:0;
	background:none;
	height:16px;
	width:210px;	
	color:#a00022;
	padding:5px 0 0 0;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.little_txt_field {
	float:left;
	padding:5px 0 0 0;
	width:220px;
	color:#000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.little_blank_field {
	float:left;
	width:220px;
	color:#000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.service_textarea_field {
	background:url("../img/bg_service_textbox_field.gif") top left no-repeat;
	float:left;
	width:544px;
	padding:2px;
}
.service_textarea {
	border:0;
	background:none;
	height:129px;
	width:544px;
	color:#a00022;
	font-size:10px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.delivery_textarea_field {
	background:url("../img/bg_delivery_textbox_field.gif") top left no-repeat;
	float:left;
	width:208px;
	padding:2px;
}
.delivery_textarea {
	border:0;
	background:none;
	height:50px;
	width:208px;
	color:#a00022;
	font-size:10px;
	margin-bottom:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#path {
	padding-bottom:25px;
}
#path UL {
	list-style:none;
	padding-bottom:25px;
}

#path LI {
	float:left;
	font-size:13px;
	font-weight:bold;
	margin:0 5px 0 0;
	padding:0px 0 0 0;
	line-height:22px;
}
#path LI A {
	color:#000;
	text-decoration:none;
	
}
#path LI A:hover {
	text-decoration:underline;
}
#path LI.selected {
	color:#a00022;
	font-size:20px;
}


/* button */
.button {
}

.button A{
	background:url(../img/bg_button_left.gif) top left no-repeat;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 23px;
	/* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 23px; /* Height of button background height */
	padding: 0 0 0px 8px; /* Width of left menu image */
	
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	color:#fffdef;
	float:left;
	cursor: pointer;
	
	
}

.button A SPAN{
	background:url(../img/bg_button_right.gif) top right no-repeat;
	display: block;
	padding: 0 8px 0px 0;
	color:#fffdef;
	height:23px;
	line-height:23px;
	float:left;
	
}

.button2 {
}

.button2 A{
	background:url(../img/bg_button_full.gif) top left no-repeat;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 23px;
	/* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 23px; /* Height of button background height */
	width:124px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	color:#fffdef;
	float:left;
	cursor: pointer;
}

/* shopping tables */

#shopping_table {
	
}

#shopping_table TD{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:4px 8px;
	vertical-align:top;
}

#shopping_table TR#heading TD{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a00022;
	padding:0 8px 8px 8px;
	border-bottom:1px solid #c6c1b6;
}

#shopping_table TD#img {
	width:44px;
}
#shopping_table TD#naming {
	width:134px;
}
#shopping_table TD#description {
	width:300px;
}
#shopping_table TD#description2 {
	width:320px;
}

#shopping_table TD#price {
	width:54px;
}
#shopping_table TD#quantity {
	width:125px;
	padding:0;
}
#shopping_table TD#quantity2 {
	width:80px;
	padding:0;
}

#shopping_table TD#total {
	width:54px;
}
#shopping_table TD#delete {
	width:35px;
}



#total_table {
	margin:20px 0;
}
#total_table TD{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:4px;
	vertical-align:top;
}

#total_table TD#col1 {
	width:110px;
}

#total_table TD#col2 {
	width:50px;
	text-align:right;
}

#total_table TR#red TD{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a00022;
	padding:8px 4px 0px 4px;
	border-top:1px solid #c6c1b6;
}


#tbl_order_history {	
} 

#tbl_order_history TD{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:8px 10px;
	vertical-align:top;
	text-align:center;
}

#tbl_order_history TR.heading TD{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a00022;
	padding:0 10px 8px 10px;
	border-bottom:1px solid #c6c1b6;
}
#tbl_order_history TD.order_id {
	width:80px;
}
#tbl_order_history TD.date {
	width:80px;
}
#tbl_order_history TD.items {
	width:70px;
}
#tbl_order_history TD.status {
	width:70px;
}
#tbl_order_history TD.total {
	width:70px;
}
#tbl_order_history TD.details {
	width:50px;
}


#expanded_table {
	margin-bottom:5px;
	border:1px solid #ccc;	
}

#expanded_table TR {	
}

#expanded_table TD{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:4px 8px;
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #c6c1b6;
}

#expanded_table TR#heading TD{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a00022;
	padding:10px 8px 10px 8px;
	border-bottom:1px solid #c6c1b6;
}

#expanded_table TD#img {
	width:44px;
	text-align:center;
}
#expanded_table TD#naming {
	width:134px;
}
#expanded_table TD#description {
	width:200px;
}

#expanded_table TD#price {
	width:60px;
}
#expanded_table TD#quantity {
	width:70px;
}
#expanded_table TD#total {
	width:54px;
}
#expanded_table TD#delete {
	width:35px;
}

/* */
#saver {
	height: 43px;
	clear:both;
}

#saver.homepage {
	height: 50px;
	clear:both;
}

#homepage_contact_label {
	margin:0 auto;
	width:970px;
	height:168px;
	background:url("../img/bg_homepage_contact_label.jpg") right bottom no-repeat;	
}

#homepage_footer_bg {
	height:43px; 
	float:right; 
	width:972px; 
	background:url("../img/bg_homepage_footer.jpg") top right no-repeat;
}

#footer {
	width:972px;
	height:43px;
	background:url("../img/bg_footer.gif") top repeat-x;
	margin: 0 auto;
	text-align:left;
	padding:0px 0px 0 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer_links {
	color:#fff;
	font-size:10px;
	margin:16px 0 0 55px;
	display:inline;
	float:left;
}
#footer_links A{
	color:#fff;
	text-decoration:underline;
}
#footer_links A:hover{
	color:#fff;
	text-decoration:none;
}

#copyright {
	margin:16px 60px 0 0;
	float:right;
	font-size:10px;
	color:#958e84;
}

#glazedeye {
	color:#fffdef;
	font-size:8px;
	margin:30px 5px 0 0;
	float:right;
}
#glazedeye A{
	color:#fffdef;
}

#block_wrapper {
	padding:20px 0 20px 5px;
}

.block {
	width:200px;
	padding:0 20px;
	float:left;
}

.block A {
	font-size:13px;
	font-weight:bold;
}


#slideshow {
	width:345px;
	height:148px;
	border:1px solid #c3beb3;
	margin:20px 0;
}

#paging { float:right; padding:0 0 15px 0;}
#paging P { float:left; padding: 0 5px; }

.price {
	font-size:14px;
	font-weight:bold;
	color:#a00022;
	padding-bottom:5px;
}

.newprice {
	color:#fff;
	background:#a00022;
	padding:0 5px;
	font-size:14px;
	font-weight:bold;
	margin:0 10px;
}

.crossline { text-decoration:line-through; }

.redtxt {
	color:#a00022
}


/* misc */
.txt_left { text-align:left; }
.left { float:left; }
.right { float:right; }
.center { text-align:center;}
.clear { clear:both; }

.gap30px { height:30px; }
.gap20px { height:20px; }





span.select {
	position: absolute;
	width: 93px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 23px;
	padding: 0 24px 0 8px;
	font: 10px/23px Verdana, Arial, Helvetica, sans-serif;
	background: url("../img/bg_select.gif") no-repeat;
	overflow: hidden;
	color:#000;
}
span.checkbox {
	width: 25px;
	height: 23px;
	padding: 0 0px 0 0;
	background: url("../img/bg_checkbox.gif") no-repeat;
	display: block;
	clear: left;
	float: left;
}