/* Reset Styles */ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend {
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,blockquote:before,blockquote:after {
	content: "";
}

/*  Main styles */

body {
	font-family: Tahoma;
	font-size:12px;
	color:#555555;
	line-height:1.3em;
	background-color:#F6F6F6;
	}

a {
	color: #003366;
	text-decoration:none;
	}
	
.button {
	padding:3px 5px;
	border:1px solid #cccccc;
	background-color:#f1f1f1;
	font-size:12px;
	font-weight:bold;
	color:#444444;
	cursor:pointer;
	text-transform:uppercase;
	}
	
.clear {
	clear:both;
	}
	

#SiteWrapper {
	width:1000px;
	margin:15px auto;
	}
	
#Header {
	}
	
#Logo {	
	position: relative;
	margin-bottom:8px;
	}
	
#Phone {
	text-align:right;
	width:200px;
	position:absolute;
	bottom:0;
	right:0;
	}

#Nav {
	background-image:url(/images/bg-nav.png);
	background-repeat:repeat;
	width:100%;
	display:block;
	height:39px;
	}
	
#Nav a {
	color:#ffffff;
	display:block;
	background-image:url(/images/bg-nav-link.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	float:left;
	width:auto;
	padding:11px 18px;
	font-size:15px;
	font-weight:bold;
	font-family:"Trebuchet MS";
	}
	
#Search {
	float:right;
	width:250px;
	text-align:right;
	padding:6px 10px 0 0 ;
	}
	
.searchBox {
	padding:3px;
	width:200px;
	color:#888;
	}
	
.searchImage {
	margin-bottom:-7px;
	}
	
#ContentContainer {	
	padding:5px 0 0 0;
	}
	
#Lcolumn {
	width:245px;
	float:left;
	margin-right:5px;
	}
	
#Rcolumn {
	width:728px;
	float:left;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding:10px;
	}
	
#Footer {
	padding:10px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	margin:5px 0 0 250px;
	font-size:10px;
	color:#999999;
	text-align:center
	}
	
#Footer a {
	color:#999999;
	}
	
.wrapper {
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	margin-bottom:5px;
	}
	
.wrapper h2 {
	background-image:url(/images/bg-title.jpg);
	background-repeat:no-repeat;
	padding:8px 0 7px 35px;
	display:block;
	font-weight:bold;
	color:#333333;
	font-size:13px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom:5px;
	font-family:"Trebuchet MS";
	}
	
.wrapperContent {
	padding:10px 10px 10px 35px;
	}
	
	
#BasketContents {
	font-size:10px;
	}
	
#BasketContents a.checkout {
	background-image:url(/images/icon-cart.jpg);
	background-repeat:no-repeat;
	background-position:0 50%;
	display:block;
	padding:3px 0 3px 24px;
	margin-top:5px;
	font-size:11px;
	}
	
#BasketContents title {
	color:#0033CC;
	font-size:11px;
	}
	
#Categories ul li a, #Categories h5 {
	display:block;
	padding:5px 0;
	border-bottom:1px solid #DBDBDB;
	font-weight:normal;
	font-size:12px;
	}
	
#Categories ul li a:hover {
	font-weight:bold;
	}
	
#Categories h5 {
	font-weight:bold;
	color:#003366;
	}
	
	
#Rcolumn h1 {
	background-image:url(/images/bg-title.jpg);
	background-repeat:no-repeat;
	padding:8px 0 7px 35px;
	display:block;
	font-weight:bold;
	color:#333333;
	font-size:13px;
	border-bottom: 1px solid #CCCCCC;
	margin:-10px -10px 10px -10px;
	}
	
/* Category Layout */	
	
.categoryLayout {
	float:left;
	height:250px;
	margin:5px 5px 5px 0;
	padding:8px 8px 30px 8px;
	text-align:center;
	width:227px;
	border:1px solid #DBDBDB;
	background-color:#FFFFFF;
	position:relative;
}

.categoryLayout a {
	color:#0088CC;
	font-weight:bold;
	font-size:13px;
	display:block;
	padding:6px 0 2px 0
	}

.categoryLayout:hover {
	border:1px solid #A4A4A4;
	}
	
.categoryLayout .actions {
	padding:5px 10px;
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	}
	
.categoryLayout .buyNow {
	display:block;
	float:left;
	width:48%;
	padding-top:6px;
	}
	
.categoryLayout .details {
	display:block;
	float:right;
	width:42%;
	padding-left:15px;
	}

.productImage {
	max-width: 180px;
	width: width(this.width> 180 ? 180: true);
	max-height: 160px;
	width: height(this.height> 160 ? 160: true);
}

	
/* Product Detail Page */
	
.productDetails {
	padding-left:20px;
	}

.productDetails .description {
	padding:0 0 5px 0
	}	
	
.productDetails .attributes {
	}	
	
.productDetails .inventory {
	}	
	
.productDetails .price {
	font-size:14px;
	font-weight: bold;
	padding:8px 0 0 0;
	}	
	
.productDetails .quantity {
	border:1px solid #DBDBDB;
	padding:12px;
	margin-top:15px;
	font-size:11px;
	width:190px;
	}	
	
.productDetails .quantity p {
	background-image:url(/images/icon-cart.jpg);
	background-repeat:no-repeat;
	background-position:0 50%;
	display:block;
	padding:1px 0 3px 24px;
	font-size:14px;
	font-weight:bold;
	color:#0088CC;
	margin-bottom:8px;
	font-family:"Trebuchet MS";
	}
	
	
.productDetails .quantityInCart {
	padding:6px 0 3px 0;
	}
	
.productDetails .quantityInCart a {
	display:block;
	padding-top:3px;
	}

.productDetails .amount {
	padding:2px;
	border:1px solid #EBEBEB;
	width:25px
	}

.productDetails .button {
	padding:2px 3px;
	}
	
.productDetailImage {
	max-width: 300px;
	width: width(this.width> 300 ? 300: true);
	}
	
#zoom_table td {
	background-color:#FFFFFF;
	}
	
/* Checkout */

.checkoutTitle {
	background-color:#EBEBEB;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	padding:5px;
	font-family:"Trebuchet MS";
	}
	
.checkoutTitle  h3 {
	font-size:13px;
	font-weight:bold;
	}
	
.basketContentsTable {
	}
	
.total {
	font-size:14px;
	font-weight:bold;
	}
	
.update {
	background-image:url(/images/icon-update.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	display:block;
	padding:1px 0 3px 15px;
	background-color:trasparent;
	}

.remove {
	background-image:url(/images/icon-delete.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	display:block;
	padding:1px 0 3px 15px;
	background-color:trasparent;
	}
	
.basketInput {
	width:20px;
	height:15px;
	}
	
.spaceLine {
	height:1px;
	background-color:#ebebeb;
	}
	
.attributes img {
	max-width: 150px;
	width: width(this.width> 150 ? 150: true);
	max-height: 160px;
	width: height(this.height> 150 ? 150: true);
	}
	
.slideshow {
	float:left;
	display:block;
	width:200px;
	}
	
.slideshow img {	
	margin:10px 0 0 40px;
	}
	