/* 
#######################################
# Layout Stylesheet                   #
# Date: 20.01.2005					  #
# Balmoralmill  	       			  #
#######################################
*/

/*############################################ General ************/

img {
	border: 0px; 
	}
 

/*############################################ PRODUCTs DISPLAY TABLE */
table#tbl_products {
	width: 100%;
	margin: 0px;
	}
table#tbl_products td.item {
	width: 25%;
	text-align: center;
	vertical-align: top;
	}
table#tbl_products td.item p {
	text-align: center;
	}	
table#tbl_products td.item a:hover {
	/*color: #00CC00;*/
	}
table#tbl_products td.item img {
	margin: 0px;
	text-align: center;
	margin-left: auto;
	/*margin-right: 10px;*/
	}
	
/*############################################  PRODUCT VIEW */

table#tbl_product_display {
	margin: 10px 0px 0px 10px;
	width: 100%;
	}
table#tbl_product_display td.main_image {
	text-align: center;
	}

table#tbl_product_display td {
	vertical-align: top;
	}

table#tbl_product_display td.main_image img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}
table#tbl_product_display p {
	margin: 0px;
	}
span.radiotext {
	font-family: Arial,Verdana;
	font-size: 12px;
	margin-bottom: 7px;
	font-weight: bold;
	}

span.mod {
	font-family: Arial,Verdana;
	font-size: 10px;
	color:#FF0000;
	}
	
table#product_view p.description {
	font-size: 12px;
	margin-bottom: 7px;
	margin-top: 7px;
	}	
	
table#price_matrix {
	width: 100%;
	background: #ffffff;
	margin-bottom: 7px;
	}
table#price_matrix td {
	padding: 3px;
	background: #C8E0F4;
	}
table#price_matrix p {
	font-size: 10px;
	}
	
table#info_grid {
	border: 1px solid #C8E0F4;
	width: 260px;
	background: #ffffff;
	margin-bottom: 7px;
	}
table#info_grid th {
	padding: 3px;
	background: #C8E0F4;
	}
table#info_grid td {
	padding: 3px;
	background: #f1f1f1;
	}
table#info_grid p {
	font-size: 10px;
	text-align: center;
	}
	

/*############################################  CART STYLES */

table#tbl_cart{
	margin-top: 20px;
	width:100%;
}

table#tbl_products .add_to_cart {
	width: 122px;
	height: 25px;
	}
	


a.delete {
	display: block;
	width: 15px;
	height: 15px;
	border: none;
	background-image:url(../../sitepix/structural/remove.gif);
	background-position: top left;
	background-repeat:no-repeat;
	text-decoration:none;
	}

a.up {
	text-decoration:none;
	color:#FF0000;
	font-weight:bold;
	}
a.down {
	text-decoration:none;
	color:#FF0000;
	font-weight:bold;
	}
	
a.add_to_cart {
	display: block;
	margin-top: 7px;
	width: 122px;
	height: 25px;
	border: none;
	background: url(../../sitepix/structural/buy_button.png) top left no-repeat #000;
	}
	
a.buy_now {
	display: block;
	margin-top: 7px;
	width: 95px;
	height: 25px;
	border: none;
	background: url(../../sitepix/structural/add-to-basket-but.png) top center no-repeat #000;
	text-decoration:none;
	}
a.buy_now:hover {
	background-position:0px -25px;
	}
a.more_info {
	display: block;
	width: 95px;
	margin-left:auto;
	margin-right:auto;
	height: 25px;
	border: none;
	background: url(../../sitepix/structural/add-to-basket-but.png) top center no-repeat #000;
	text-decoration:none;
	}
a.more_info:hover {
	background-position: 0px -25px;
	}

a.print_order {
	display: block;
	margin-top: 7px;
	width: 110px;
	height: 25px;
	border: none;
	background: url(../../sitepix/structural/print_order.gif) top left no-repeat #000;
	}
a.print_order:hover {
	background-position: -25px;
	}
	
a.go_back {
	display: block;
	margin-top: 7px;
	width: 95px;
	height: 25px;
	border: none;
	text-decoration:none;
	background: url(../../sitepix/structural/back-but.png) no-repeat top center;
	}	
a.go_back:hover {
	background-position:0px -25px;
		}	
	
a.checkout {
	display: block;
	margin-top: 7px;
	width: 95px;
	height: 25px;
	border: none;
	text-decoration:none;
	background: url(../../sitepix/structural/check-out-but.png) no-repeat top center;
	}	
a.checkout:hover {
	background-position:0px -25px;
	}	

table#quantity_modifier td {
	padding: 0px;
	border: none;
	}
	
div.specials {
	text-align: center;
}

div#deal {
	text-align: center;
	margin-bottom:10px;
}

div#deal a {
	font-size:10px;
}

table#tbl_checkout {
	width: 100%;
	margin: 0px;
	}

