body {
	margin:0px;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000000;
}

.body {
	background:url('images/body-bg.gif') 0 0 repeat-x #BFBFBF;
}

form {
	padding:0px;
	margin:0px;
}

td {
	/*text-align:left;*/
}

th {
	text-align:left;
}

h1 {
	font-size:24px;
	margin:0px;
	margin-bottom:5px;
	font-weight:normal;
}

h2 {
	font-size:18px;
	margin:0px;
	font-weight:normal;
}

h3 {
	font-size:14px;
	margin:0px;
	margin-bottom:3px;
	font-weight:bold;
	color:#006CD2;
}

h4 {
	font-size:13px;
	margin:0px;
	margin-bottom:3px;
	font-weight:bold;
}

h5 {
	font-size:13px;
	margin:0px;
	margin-bottom:3px;
	font-weight:normal;
}

h6 {
	font-size:12px;
	margin:0px;
	margin-bottom:3px;
	font-weight:normal;
}

p {
	font-size:11px;
	margin:0px;
	margin-bottom:7px;
}

ul {
	margin-top:0px;
}

li {
	font-size:11px;
}

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

a {
	color:inherit;
}

.light-blue {
	color:#0099FF;
}

.deep-blue {
	color:#006CD2;
}

.gray {
	color:#BFBFBF;
}

.hidden {
	visibility:hidden;
	display:none;
}

.visible {
	visibility:visible;
	display:block;
}

.clear {
	clear:both;
	font-size:0px;
}

.header {
	background:url('images/header.gif') 0 0 no-repeat; 
	line-height:48px; 
	padding-left:10px;
}

/*Body shadows*/ 
.shadow-left {
	background:url('images/shadow-border-left.gif') 100% 0 repeat-y; 
}

.shadow-right {
	background:url('images/shadow-border-right.gif') 0 0 repeat-y;
}


.shadow-left div {
	background:url('images/shadow-left.jpg') 100% 0 no-repeat; 
	height:545px;
}

.shadow-right div {
	background:url('images/shadow-right.jpg') 0 0 no-repeat; 
	height:545px;
}

/* Top Navigation */
.top-nav-l, .top-nav-l-over, .top-nav-c, .top-nav-c-over, .top-nav-r, .top-nav-r-over {
	float:right;
	height:34px;
	line-height:34px;
	padding-left:20px;
	padding-right:20px;
	cursor:pointer;
}


.top-nav-l a, .top-nav-l-over a, .top-nav-c a, .top-nav-c-over a, .top-nav-r a, .top-nav-r-over a {
	color:#000000;
}

.top-nav-l-over a, .top-nav-c-over a, .top-nav-r-over a {
	text-decoration:underline;
	/*font-weight:bold;*/
}

.top-nav-l {
	background:url('images/top-nav/top-nav-l.gif') 0 0 no-repeat #F8F8F8;
	border-right:1px solid #FFFFFF;
}

.top-nav-l-over {
	background:url('images/top-nav/top-nav-l-over.gif') 0 0 no-repeat #E5E5E5;
	border-right:1px solid #FFFFFF;
}

.top-nav-c {
	background:url('images/top-nav/top-nav-bg.gif') 0 0 repeat-x #F8F8F8;
	border-right:1px solid #FFFFFF;
}

.top-nav-c-over {
	background:url('images/top-nav/top-nav-bg-over.gif') 0 0 repeat-x #E5E5E5;
	border-right:1px solid #FFFFFF;
}

.top-nav-r {
	background:url('images/top-nav/top-nav-r.gif') 100% 0 no-repeat #F8F8F8;
}

.top-nav-r-over {
	background:url('images/top-nav/top-nav-r-over.gif') 100% 0 no-repeat #E5E5E5;
}

/*Left Navigation*/
.left-nav-bg {
	background:url('images/left-nav/left-nav-bg.gif') 0 0 repeat-y #FFFFFF;
	width:200px;
	text-align:left;
	margin-bottom:20px;
}

.left-nav-t {
	background:url('images/left-nav/left-nav-t.gif') 0 0 no-repeat;
}

.left-nav-b {
	background:url('images/left-nav/left-nav-b.gif') 0 100% no-repeat;
	padding-top:5px;
	padding-bottom:10px;
}

.left-nav-item, .left-nav-item-over {
	width:170px;
	padding:9px 12px 8px 12px;
	border-bottom:1px solid #AAAACC;
	cursor:pointer;
}

.left-nav-item-over {
	background-color:#EDEDED;
}

.left-nav-sub-item, .left-nav-sub-item-over {
	/*margin-left:3px;
	margin-right:3px;*/
	width:156px;
	padding:7px 12px 6px 26px;
	background:url('images/icons/icon-arrow.gif') 15px 11px no-repeat;
	cursor:pointer;
}

.left-nav-sub-item-over {
	background-color:#EDEDED;
}

/*Content Container*/
.content-container {
	padding-left:15px;
	padding-right:15px;
	background:url('images/cc-t.gif') 0 0 no-repeat #FFFFFF;
}
	/*Projector*/
	.projector-bg {
		background:url('images/projector-bg.gif') 0 0 repeat-y;
	}
	
	.projector-top {
		background:url('images/projector-t.gif') 0 0 no-repeat;
	}
	
	.projector-bottom {
		background:url('images/projector-b.gif') 0 100% no-repeat;
	}
	
	/*Box*/
	.box-bg {
		background:url('images/box-bg.gif') 0 0 repeat-y #FFFFFF;
		width:306px;
		text-align:left;
		/*border:1px solid #FF0000;*/
	}
	
	.box-top {
		background:url('images/box-t.gif') 0 0 no-repeat;
	}
	
	.box-bottom {
		background:url('images/box-b.gif') 0 100% no-repeat;
		padding-top:5px;
	}
	
	.box-title {
		margin:3px; margin-top:0px; padding:7px 9px 12px 9px; background:#FFFFFF;
	}
	
	.feature-short-desc, .feature-short-desc-over {
		padding-bottom:40px;
		cursor:pointer;
	}
	
	.feature-short-desc-over h6, .feature-short-desc-over p {
		color:#006CD2;
	}
	
	.feature-image-number {
		display:block; 
		float:left; 
		width:25px; 
		height:25px; 
		line-height:25px;
		background:#FFFFFF; 
		margin-right:5px; 
		text-align:center; 
		cursor:pointer;
		border:1px solid #CCCCCC;
	}
	
	.gallery-scroll {
		background:url('images/gallery-scroll-bg.gif') 0 0 repeat-y;
		cursor:pointer;
	}
	
	.sub-product-type {
		padding-right:15px; 
	}
	
	.sub-product-type .label {
		float:left;
		padding-left:20px;
		margin-top:5px;
		background:url('images/icons/icon-arrow-grey.gif') 0 0 no-repeat;
		cursor:pointer;
	}
	
	/*Product Details*/
	.product-details {
	}
	
	.product-details h2, .product-details h3 {
		margin-bottom:10px;
	}
	
	.product-description {
		/*padding-left:30px;
		padding-right:30px;*/
	}
	
	.gallery {
		padding-top:15px;
		/*padding-bottom:10px;*/
	}
	
	.gallery .tmb, .gallery .tmb-over {
		width:50px;
		height:50px;
		padding:5px;
		float:left;
		margin-right:10px;
		margin-bottom:10px;
		overflow:hidden;
		border:1px solid #959595;
		cursor:pointer;
	}
	
	.gallery .tmb-over {
		border:1px solid #006CD2;
	}
	
	.gallery img {
		width:50px;
	}
	
	.parameter-odd, .parameter-even {
		border-bottom:1px solid #BABABA;
	}
	
	.tab, .tab-over, .tab-active, .tab-active-over {
		/*float:left; */
		height:37px; 
		line-height:37px;
		cursor:pointer;
	}
	
	.tab div, .tab-over div {
		padding-left:10px; 
		padding-right:10px; 
	}
	
	 .tab-over {
		/*padding-left:10px; 
		padding-right:10px;*/
		text-decoration:underline;
		color:#0099FF;
	 }
	 
	 .tab-active, .tab-active-over {
		border-left:1px solid #959595;
		border-right:1px solid #959595;
		background-color:#FFFFFF;
		/*text-decoration:underline;*/
		font-weight:bold;
	 }
	 
	 .tab-active div, .tab-active-over div{
		padding-left:9px;
		padding-right:9px;
	 }
	 
	 
	 /*Basket*/
	 
	.basket-header-l {
		font-size:0px;
		padding:0px;
		height:5px;
		background:url('images/violet-tl.gif') 0 0 no-repeat #AAAACC;
	}
	
	.basket-header-r {
		font-size:0px;
		padding:0px;
		background:url('images/violet-tr.gif') 100% 0 no-repeat #AAAACC;
	}
	
	.basket-header-bg {
		font-size:0px;
		padding:0px;
		background:url('images/violet-bg.gif') 0 0 repeat-x #AAAACC;
	}
	
	.basket-header {
		border-bottom:1px solid #AAAACC;
	}
	
	.basket-total {
		border-top:1px solid #AAAACC;
	}
	
	.delivery-header {
		border-bottom:1px solid #AAAACC;
		padding-bottom:2px;
	}
	
	.required {
		color:#FF0000;
		font-size:10px;
	}
