/* Main content */
body{
	margin:10px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background:url(images/bg.gif) repeat-x;
	color:#333;
	line-height:1.6;
}
ul{margin:0;padding:0;}
/* Main Link Properties */
A:link {
	color: #da6805;
	text-decoration: none;
}
A:visited {
	color: #da6805;
	text-decoration: none;
}
A:active {
	color: #da6805;
	text-decoration: none;
}
A:hover {
	color: #DC3A3A;
	text-decoration: none;
}
/* Top Nav Bar Links */
A.lmenu:link {
	color: #fff;
	text-decoration: none;
}
A.lmenu:visited {
	color: #fff;
	text-decoration: none;
}
A.lmenu:active {
	color: #fff;
	text-decoration: none;
}
A.lmenu:hover {
	color: #F40000;
	text-decoration: none;
}

.wrapper{border:1px solid #e69d01;background-color:#ffffff;}
/* Logo Position */
.logo{padding-left:10px;}
/* Date Position */
.cart{height:43px;text-align:right;padding-right:6px;font:bold 14px Arial, Helvetica, sans-serif;color:#e69d01;}
/* Top Menu Properties */
.topmenu{
	height:28px;
	padding-right:20px;
	background-color: #FAECCD;
	background-image: url(images/topmenu.jpg);
	background-repeat: repeat-y;
}
.topmenu ul li{list-style:none;display:inline;padding-left:30px;}
.topmenu ul li a{color:#e69d01;font-weight:bold;}
.topmenu ul li a:hover{
	color:#F20000;
	font-weight:bold;
}
.menu{background:url(images/menu_bgx.gif) repeat-x;height:37px;}
.menu ul li{
	list-style:none;
	display:inline;
	text-align: center;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
}
.menu ul li {
	color:#ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
/* Main content */
.contents{padding:10px;}
.centerSide{padding:0 17px;}
/* Products */
.product{color:#ff0000;text-align:left;}
/* Left and Right Bars */
.leftSide{width:188px;}
.rightSide{
	width:202px;
}
/* Headings */
h1{
	margin:0;
	padding:0;
	font:bold 24px Arial, Helvetica, sans-serif;
	color:#E40000;
	border-bottom: 1px solid #e69d01;
}
h2{margin:0;padding:0;font:bold 14px Arial, Helvetica, sans-serif;color:#e69d01;}
/* Left properties */
.leftSide ul{border-bottom:2px solid #da6805;margin-bottom:12px;padding-bottom:4px;}
.leftSide ul li{
	list-style:none;
	padding-left:12px;
	line-height:16px;
	background-image: url(images/PawBullet.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}
/* Right properties */
.rightSide ul{margin-bottom:12px;}
.rightSide ul li{
	list-style:none;
	padding-left:12px;
	line-height:16px;
	background-image: url(images/PawBullet.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}
.rightSide img{margin-bottom:14px;}
/* Footer Properties */
.footer{background-color:#fdedc9;padding:24px;line-height:18px;}
/* Mini search */
input.search{
height: 14px;
background-color: #FEF7D9;
border: solid #e69d01;
border-width: 1px;
font-family: tahoma;
color: rgb(0,0,0);
font-size: 11px;
}
input.search1{
vertical-align: bottom;
}
/* Horizonatl rule */
hr {
height: 0;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #e69d01;
}
/* Minicart */
TD.mincart {
font-size: 11px;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

P.mincart {
font-size: 11px;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

table.mincart
{
border: 1px dotted #e69d01;
background-color: #FFF;
width: 180px;
}

td.mincart
{
background-color: #fdedc9;
}
/* Tbale backgrounds */
TABLE.cobtbl{
background-color: #e69d01;
}

TD.cobhl{
background-color: #fdedc9;
}

TD.cobll{
background-color: #FFF;
color : #333;
}
/* Price properties */
SPAN.price, .detailprice, .prodprice {
font:bold 14px Arial, Helvetica, sans-serif;color:#e69d01;
padding-top: 4px;
text-align: center;
}

.prodname, .detailname{
color: #333;
font-weight:bold;
text-align: center;
}

