/*
 *	css/screen.css
 *	Tested to work in Firefox 2.0, Opera 9.10 and Internet Explorer 7.0
 */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 62.5%; /* 1em = 10px */
	color: #000;
	background: #a3a3a3;
	text-align: center;
}
img {
	border: 0;
}

/* Classes */
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.al {
	text-align: left;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.margin
{
	margin: 1em;
}

/* Layout */
#header {
    background: #fff url(../img/header-bg.jpg) repeat-x;
	height: 113px;
    padding: 22px 0 0 0;
}
#address {
	display: block;
	clear: both;
	background: #fff;
	text-align: right;
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 0 1em 0 0;
	color: #4d43b3;
	border-bottom: 1px solid #4d43b3;
	font-weight: bold;
}
#flash {
	margin: 1em 0;
}
#fixed {
	float: left;
	width: 200px;
}
#fluid {
	margin: 0 25px 0 225px;
}
#title {
}
#content {
	background: #fff;
	font-size: 1.3em;
	line-height: 1.6em;
	padding: 0 0 1.3em 0;
}
#footer {
	clear: right;
}
#footer p {
	margin: 0 12px 5px 0;
	padding: 1.3em 1.3em 1.0em 0;
	text-align: right;
	line-height: 1.4em;
	color: #666;
}
#footer a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #4d43b3;
	font-weight: bold;
	text-decoration: none;
}

/* Navigation */
#nav {
	background: #a3a3a3;
	width: 200px;
}
#nav ul {
	list-style: none;
	width: 175px;
	margin: 1em auto 1em auto;
	border: 1px solid #fff;
}
/* Navigation: Root Categories */
#nav ul li {
	cursor: pointer;
	display: block;
	color: #626262;
	text-decoration: none;
	border-top: 1px solid #fff;
	text-align: left;
	padding: 0 0 0 20px;
}
#nav .top {
	border-top: 0px;
}
/* Navigation: Root Links */
#nav ul li a {
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	display: block;
	color: #666;
	text-decoration: none;
	text-align: left;
	margin: 0 0 0 -20px;
	padding: 0 0 0 30px;
	background: #ababab;
}
#nav ul li a:hover {
	background: #bcbcbc;
	color: #4d43b3;
}
#nav ul li a.navRoot {
	background: #ababab url(../img/nav-toggle.gif) no-repeat top left;
}
#nav ul li a.navRoot:hover {
	background: #bcbcbc url(../img/nav-toggle.gif) no-repeat top left;
}
#nav ul li a.navRootOpen {
	background: #ababab url(../img/nav-toggle.gif) no-repeat bottom left;
	color: #fff;
}
#nav ul li a.navRootOpen:hover {
	background: #bcbcbc url(../img/nav-toggle.gif) no-repeat bottom left;
	color: #4d43b3;
}
#nav ul li ul {
	border: 0;
	margin: 0;
}
/* Navigation: 2nd Level */
#nav ul li ul li {
	cursor: pointer;
	margin: 0 20px 0 -20px;
	padding: 0 0 0 40px;
	border-color: #ababab;
}
#nav ul li ul li a {
	margin: 0 0 0 -40px;
	padding: 0 0 0 40px;
	background: #bcbcbc;
}
#nav ul li ul li a:hover {
	background: #cdcdcd;
}
#nav ul li ul li a.navRoot {
	background: #bcbcbc url(../img/nav-toggle2.gif) no-repeat top left;
}
#nav ul li ul li a.navRoot:hover {
	background: #cdcdcd url(../img/nav-toggle2.gif) no-repeat top left;
}
#nav ul li ul li a.navRootOpen {
	background: #bcbcbc url(../img/nav-toggle2.gif) no-repeat bottom left;
}
#nav ul li ul li a.navRootOpen:hover {
	background: #cdcdcd url(../img/nav-toggle2.gif) no-repeat bottom left;
}
/* Navigation: 3rd Level */
#nav ul li ul li ul li {
	cursor: pointer;
	margin: 0 40px 0 -40px;
	padding: 0 0 0 60px;
	border-color: #bcbcbc;
}
#nav ul li ul li ul li a {
	margin: 0 0 0 -60px;
	padding: 0 0 0 60px;
	background: #cdcdcd;
}
#nav ul li ul li ul li a:hover {
	background: #dedede;
}

/* Content Area */
h1 {
	text-align: left;
	font-size: 2.4em;
	line-height: 2.0em;
	color: #4d43b3;
	font-weight: normal;
}
h2 {
	text-align: left;
	font-size: 1.8em;
	line-height: 2.0em;
	color: #4d43b3;
	font-weight: normal;
	padding: 1.0em 0 0 15px;
}
#content p {
	text-align: left;
	padding: 1.3em 1.3em 0 1.3em;	
}
#content a {
	color: #4d43b3;
	text-decoration: none;
	font-weight: bold;
}
#content em {
	font-style: normal;
	color: #a3a3a3;
}
#content ul {
	text-align: left;
	margin: 0 0 0 20px;
	padding: 1.3em 1.3em 0 1.3em;
	list-style: none;
}
#content dl {
	text-align: left;
	padding: 1.3em 1.3em 0 1.3em;
	list-style: none;
}
#content dl dt {
	
}
#content dl dt a {
	font-size: 1.6em;
	line-height: 1.4em;
	color: #4d43b3;
	font-weight: normal;
}
#content dl dt em {
	font-size: 1.0em;
	font-style: normal;
	color: #a3a3a3;
}
#content dl dd {
	padding: 1.0em 1.3em 1.0em 1.3em;
	margin: 0 0 2.0em 0;
	border-bottom: 1px solid #4d43b3;
}

/* Category */

/* Product */
.prodimg {
	margin: 1em auto 0 auto;
}

/* Cart Options */
#cart {
	width: 175px;
	display: block;
	margin: 1em auto;
	border: 1px dotted #4d43b3;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.6em;
}
#cart em {
	font-style: normal;
	color: #4d43b3;
}
#cart a {
	text-decoration: none;
	color: #000;
}

/* Google Map */
#map {
	width: 100%;
	height: 500px;
	margin: 0 auto;
}
#map fieldset {
	border: 0;
	text-align: center;
	width: 300px;
	padding: 0;
}
#map label {
	margin: 0;
	padding: 0;
}
#map #submit {
	width: 150px;
	cursor: pointer;
}
#map #saddr {
	width: 250px;
	margin: 5px 0;
}

/* Forms */
fieldset {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	width: 500px;
	margin: 0 auto 0 auto;
	text-align: left;
	border: 1px dashed #4d43b3;
	padding: 0 0 1em 0;
}
legend {
	color: #4d43b3;
	font-weight: bold;
	padding: 0 1em;
	background: #fff;
}
label {
	margin: 1em 0 1em 3em;
	display: block;
	font-weight: bold;
}
label span {
	float:left;
	min-width: 200px;
}
label.radio {
	display: inline;
	cursor: pointer;
}
#content label em {
	color: #ff0000;
}
select, input, textarea {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	width: 200px;
	font-size: 1.0em;
	font-weight: normal;
}
fieldset#submit {
	border: 0;
	margin: 0 auto;
	text-align: center;
}
fieldset#submit input {
	padding: 5px;
	width: 120px;
	cursor: pointer;
	font-weight: bold;
}
fieldset#submit input:hover {
	color: #4d43b3;
}
fieldset#addtocart {
	border: 0;
	margin: 0 auto;
	text-align: center;
	width: 110px;
}
fieldset#addtocart label {
	margin: 0px;
	float: left;
}
fieldset#addtocart input {
	width: 30px;
	margin: 0 auto;
	float: right;
}
fieldset#addtocart #add {
	display: block;
	padding: 5px;
	width: 110px;
	margin: 5px auto;
	cursor: pointer;
	font-weight: bold;
}
#add:hover {
	color: #4d43b3;
}
hr {
	color: #fff;
	border: 0;
	height: 20px;
}

/* Table */
table {
	margin: 1em auto;
	width: 500px;
	background: #4d43b3;
}
table tbody tr {
	background: #fff;
}
table thead tr td {
	font-weight: bold;
	color: #fff;
}
table tr td.timage {
	width: 100px;
}
table img {
	margin: 5px 0;
}
table tr td.tprod {
	width: 300px;
}
table tr td.tprice {
	width: 100px;
}
#fscart {
	border: 0;
	text-align: center;
}
#fscart table .tprice, #fscart table .tquan {
	width: 75px;
}
#fscart .tquan input {
	width: 40px;
	text-align: center;
}
#fscart table thead .tprice {
	text-align: center;
	padding: 0;
}
#fscart table .tprice {
	text-align: right;
	padding: 0 5px 0 0;
}
#fscart table .tprod {
	text-align: left;
	padding: 0 0 0 5px;
}
#fscart table .bold {
	background: #4d43b3;
	text-align: right;
	font-weight: bold;
	color: #fff;
}
#fscart table tr td {
	padding: 2px;
}