﻿/********************************************************************

					THIS THE SECTION FOR THE STORE

********************************************************************/

					/* MAIN Links and Fonts */

A.ectlink:link {
	color: #333;
	text-transform:none;
	text-decoration:none;
}
A.ectlink:visited {
	color: #333;
	text-decoration: none;
}

A.ectlink:active {
	color: #F00;
	text-decoration: none;
}

A.ectlink:hover {
	color: #F00;
	text-decoration: none;
}


TD{
	font-size: 12px;
	font-family: Verdana, Arial;
	color:#000;
}

P{
	fontsize: 12px;
	font-family: Verdena, Arial;
	color: #000;
	padding: 10px;
}

HR{
	height: 1px;
	border-width: 1px 0 0 0;
	border-style:solid;
	border-color:#006ac8;
}

					/* Categories */

P.catname {
	margin-top: 0px;
	margin-bottom: 4px;
	vertical-align:top;
	text-align: center;
	font-weight:bold;
	font-size:18px;
}

P.catdesc {
	font-size:14px;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 4px;
	vertical-align:top;
	text-align: left;
}

a.catdescurl:link {
	padding: 5px;
	color: #333;
	text-transform:none;
	text-decoration:none;
}
a.catdescurl:visited {
	color: #333;
	text-decoration:blink;
}

a.catdescurl:active {
	color: #F00;
	text-decoration: none;
}

a.catdescurl:hover {
	color: #F00;
	text-decoration: none;
}

.catdescimg {
	border-right: thick;
	border-bottom-width:thin;
	}


IMG.catimage {
	border-right: 4px;
	border-right-color: #333; 
	border-bottom: 6px;
	border-bottom-color: #333;
	border-top: 4px;
	border-top-color: #E7E7E7;
	border-left: 4px;
	border-left-color: #E7E7E7;
	border-style: solid;
	margin-top: 10px;
	vertical-align:top;
}

TD.catimage {
	vertical-align:top;
}

TD.catname {
	vertical-align:top;
	text-align: center;
}

TD.catnavigation {
	font-size: 12px;
	font-family : Verdana;
	font-weight:lighter;
	color: #000;
}

					/* Products */

SPAN.price {
	COLOR: #000;
	font-size:12px;
	font-weight:bold;
}

SELECT.prodoption {
	font-size: 11px;
	font-family : Verdana;
	color : #FF0000;
}

OPTION.oostock {
	color: #999;
}

SPAN.prodoption {
	font-size: 10px;
	font-family : Verdana;
	color : #FF0000;
}
SPAN.detailoption {
	font-size: 11px;
	font-family : Verdana;
	color : #FF0000;
}

SPAN.multioption {
	font-size: 11px;
	font-family : Verdana;
	color : #FF0000;
}

td.prodnavigation {
	font-size: 11px;
	font-family : Verdana;
	color : #A0A0A0;
}
P.prodnavigation {
	font-size: 10px;
	font-family : Verdana;
	font-weight:lighter;
	color: #000;
}

					/* Product Option 3 */

table.cpd{
	background-color:#000;
}

td.cpdll{

}

td.cpdhl{
	background-color:#CCC;
}

div.cpdhlid{
	font-weight:bold;
}

div.cpdhlimage{
}

div.cpdhlname{
	font-weight: bold;
}

div.cpdhldescription{
}

div.cpdhldiscounts{
}

div.cpdhllistprice{
}

div.cpdhlprice{
	font-weight:bold;
}

div.cpdhlpriceinctax{
}

div.cpdhlinstock{
}

div.cpdhloptions{
}

div.cpdhlquantity{
	font-weight:bold;
}

div.cpdhlbuy{
	font-weight:bold;
}

div.prod3id{
	font-size:12px;
}

div.prod3name{
}

div.prod3discounts{
}

div.prod3description{
}

div.prod3listprice{
}

div.prod3price{
}

div.prod3pricetaxinc{
}

div.prod3instock{
}

div.prod3quant{
}

div.prod3buy{
}

					/* Product Details */

div.detailid{
}

div.detailname{
	font-size:13px;
	text-align:center;
	border-bottom: ridge;
	padding-bottom: 15px;
}

div.detaildiscounts{
}

td.detailimage{
	border: double;
	
}

img.prodimage{
	border: thin;
	border:#999;
}

div.detaildescription{
	font-size: 12px;
	border-bottom:solid;
	text-align:center;
	padding-bottom: 10px;
}

div.detailoptions{
	color: #639;
}

div.detailprice{
	color: #000;
	font-size:14px;
}

div.detailcurrency{	
}

					/* MINI CART */
	
					/*Will get the mini cart soon*/

TD.mincart {
	font-size: 10px;
	font-family : Verdana;
}
P.mincart {
	font-size: 10px;
	font-family : Verdana;
}

/********************************************************************

					Mini Login
				
********************************************************************/

#minlogin{
width:980px;
height:18px;
margin: 0 auto;
}
.mincart{
}
a.mincart{
	color:#FFF;
	font-size: 10px;
	text-decoration:none;
}
a.mincart:hover{
	color:#F00;
	text-decoration:none;
}
table.mincart { 
align: right;
width 100%;
margin-right: 20px;
margin-left: 20px;
height: 20px;
font-size:8px;
border: 1px;
}
tr.mincart {
font-size: 9px;	;
border:1px;
color:#FFF;
height:20px
}
td.mincart { 
font-size: 9px;
height:20px;
color:#FFF;
border:1px;
}



/********************************************************************

				THIS THE SECTION FOR THE TEMPLATE

********************************************************************/


/* body img size */

body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial;
	background-color: #000;
}
img
{
	border: 0px;
}
.size
{
	width: 950px;
	margin: 0px auto;
}

/* header */

.header
{
	height: 138px;
	overflow: hidden;
	background-color: White;
}
.header01
{
	height: 91px;
	overflow: hidden;
}
.mnav
{
	height: 39px;
	overflow: hidden;
	background-image: url(image/img_38.jpg);
	background-repeat: repeat-x;
	margin-left: 10px;
	width: 930px;
	position: relative;
}
.mnm ul
{
	margin: 0px;
	padding: 0px;
}
.mnm li
{
	float: left;
	padding: 0 0px 0 0px;
	min-width: 155px;
	line-height: 44px;
	text-align: center;
	color: #a7a8a8;
	font-family: Arial;
	background-image: url(image/3_03.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	list-style: none;
}
.mnm a
{
	color: #c7c7c7;
	text-decoration: none;
	font-weight: 130;
	font-size: 12px;
	display: inline-block;
	width: 150px;
	height: 100%;
}
.mnm a:hover, .mnm a:active
{
	background: url(image/3_021.jpg) repeat-x;
}
.mnimgl
{
	position: absolute;
	left: 0px;
	top: 0px;
}
.mnimgr
{
	position: absolute;
	right: 0px;
	top: 0px;
}
.logo
{
	float: left;
	padding-top: 11px;
	padding-left: 10px;
}
.hright
{
	float: right;
	width: 422px;
	overflow: hidden;
}
.hr01
{
	width: 407px;
	height: 28px;
	background-image: url(image/img_09.jpg);
	background-repeat: no-repeat;
}
.hr01 div
{
	float: left;
	line-height: 30px;
	font-size: 10px;
}
.hr01 a:link, .hr01 a:visited
{
	color: white;
	text-decoration: none;
}
.hr01 a:hover, .hr01 a:active
{
	color: white;
	text-decoration: underline;
}
.hr0101
{
	padding-left: 52px;
}
.hr0102
{
	padding-left: 30px;
}
.hr02
{
	text-align: right;
	padding-top: 10px;
	padding-right: 25px;
}

/* content */
.content
{
	background-color: White;
	overflow: hidden;
}
.cmainimg
{
	margin-left: 10px;
	margin-bottom: 8px;
}
.submenu
{
	height: 28px;
	margin-left: 10px;
	width: 930px;
	background-image: url(image/img_97.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	position: relative;
	margin-bottom: 11px;
}
.subtext
{
	color: #aba6a6;
	font-size: 11px;
	margin-left: 11px;
	margin-top: 6px;
	float: left;
	width: 100px;
}
.subimag
{
	float: right;
	margin-top: 6px;
	margin-right: 30px;
}
.subimag ul, .subimag li
{
	padding: 0px;
	margin: 0px;
}
.subimag li
{
	list-style: none;
	float: left;
	padding-left: 4px;
}
.subimag a
{
	text-decoration: none;
}
.snimgl
{
	position: absolute;
	left: 0px;
	top: 0px;
}
.snimgr
{
	position: absolute;
	right: 0px;
	top: 0px;
}
.mcontent
{
	overflow: auto;
	height: auto;
}
.mcleft
{
	float: left;
	width: 207px;
	margin-left: 15px;
	margin-left: 7px;
	background-color: White;
	background-color: White;
}
.mcbox01
{
	overflow: hidden;
	margin-bottom: 15px;
}
.mc01t
{
	height: 37px;
	background-image: url(image/img_240.jpg);
	background-repeat: no-repeat;
}
.mc01t2
{
	height: 24px;
	background-image: url(image/img_240.jpg);
	background-repeat: no-repeat;
	color: #f3f8fe;
	padding-left: 23px;
	padding-top: 13px;
}
.mc01c
{
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	width: 205px;
	overflow: hidden;
	background-color: #f0f0f0;
}
.mc01c ul
{
	margin: 0px 15px 0px 15px;
	padding: 0px;
}
.mc01c li
{
	padding-left: 18px;
	margin: 0px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}
.mc01cc
{
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	width: 205px;
	overflow: hidden;
	background-color: #f0f0f0;
}
.mc01cc li
{
	list-style-type: square;
	font-family: Arial;
	font-size: 12px;
	padding-top: 15px;
}
.mc01cc a
{
	text-decoration: none;
	color: #494949;
}
.mc01cc a:hover, .mc01cc a:active
{
	text-decoration: underline;
}
.mc01b
{
	height: 5px;
	overflow: hidden;
	font-size: 0px;
}
.mcright
{
	width: 715px;
	overflow: hidden;
	float: right;
	background-color: White;
}
.mc01
{
	overflow: hidden;
	margin: 0px auto;
}
.mc0101
{
	width: 345px;
	height: 82px;
	background-color: Black;
	position: relative;
	float: left;
}
.mcr
{
	margin-left: 11px;
	text-align: left;
	color: #ffffff;
}
.mcr01
{
	font-size: 19px;
	font-family: Arial;
	padding-top: 10px;
}
.mcr02
{
	padding-top: 13px;
	font-size: 11px;
	font-family: Arial;
	line-height: 16px;
}
.mcl
{
	margin-left: 11px;
	text-align: left;
	color: #ffffff;
}
.mcl01
{
	padding-top: 10px;
	font-family: Arial;
	font-size: 19px;
}
.mcl02
{
	padding-top: 13px;
	font-size: 11px;
	font-family: Arial;
	line-height: 16px;
}
.r0101
{
	position: absolute;
	left: 0px;
	top: 0px;
}
.r0102
{
	position: absolute;
	right: 0px;
	top: 0px;
}
.r0103
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.r0104
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.mc0102
{
	margin-left: 14px;
	width: 345px;
	height: 82px;
	background-color: #227ab4;
	float: left;
	position: relative;
}
.mc01t
{
	font-size: 14px;
	padding-left: 23px;
	padding-top: 11px;
	height: 24px;
}
.mc01c li
{
	list-style: none;
	border-bottom: solid 1px #d7d7d7;
}

.mc01c a
{
	text-decoration: none;
	color: #3e6680;
}

.mc01c a:hover, .mc01c a:active
{
	text-decoration: underline;
}
.mc02
{
	padding-top: 24px;
	overflow: hidden;
}
.mc0201
{
	font-family: Arial;
	font-size: 23px;
	color: #033759;
	float: left;
}
.mc0202
{
	padding-right: 18px;
	float: right;
}
.mc0203
{
	margin-top: 68px;
}
.mc020301
{
	font-size: 12px;
	color: #494949;
	line-height: 18px;
	letter-spacing: -0.1px;
	width: 700px;
}
.mc020302
{
	margin-top: 25px;
	margin-bottom: 40px;
	margin-left: 10px;
	line-height: 25px;
}
.mc020302 a
{
	text-decoration: none;
	color: #033759;
	font-size: 12px;
	font-family: Arial;
}
.mc020302 a:hover, .mc020302 a:active
{
	text-decoration: underline;
}
.mc020302 li
{
	list-style-type: square;
}

.mc020303
{
	color: #494949;
	font-size: 12px;
	margin-bottom: 151px;
	line-height: 18px;
	letter-spacing: -0.1px;
}

			/* CONTENTS */
.cont
{
	margin: 5px 10px 5px 10px;
}
.cont01
{
	
}
.cont02
{
	margin-bottom: 15px;
	color: #069;
	font-family: Arial;
	font-size: 20px;
	font-weight:bold;
	font-stretch: narrower;
	border-bottom-color:#000;
	border-bottom-style: groove;
	border-bottom-width:thin;
}
.cont03
{
	margin-bottom: 30px;
	color:#000;
	font-family: Arial;
	font-size: 14px;
	font-stretch:semi-condensed;
	
}


			/* footer */

.footer
{
	height: 142px;
	overflow: hidden;
	background-image: url(image/img_276.jpg);
	background-repeat: repeat-x;
	position: relative;
	line-height: 60px;
	font-size: 11px;
	color: White;
	text-align: center;
	clear: both;
	width: 100%;
}
.footer a:link, .footer a:visited
{
	color: white;
	text-decoration: none;
}
.footer a:hover, .footer a:active
{
	color: white;
	text-decoration: underline;
}

