/* /css/style.css */
@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

html,body {
	background-color: #ffffff;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

span.BestSeller {
	color:#ff7d14;
	font-weight:bold;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height : auto; !important; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
}

#topbar {
	width: 800px;
	height: 100px;
	background-image: url(../images/global-nav-bg.jpg);
}

#logo {
	width: 200px;
	height: 100px;
	float: left;
}

#logo img {
	border: 0px;
}

#global_nav {
	width: 600px;
	height: 100px;
	float: left;
}

#global_nav ul {
	display: block;
	float: right;
	padding-right: 30px;
}

#global_nav li {
	float: left;
	list-style-type: none;
	display: block;
	padding-left: 4px;
	padding-right: 4px;
}

#global_nav li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	display: block;
	height: 44px;
	padding-left: 4px;
	padding-right: 3px;
	padding-top: 38px;
	float: left;
}

#global_nav .active a {
	color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#global_nav .current a {
	color: #cccccc;
	border-bottom-width: 0px;
	cursor:default;
}

#global_nav .current a:hover {
	color: #cccccc;
	border-bottom-width: 0px;
}

#global_nav a:hover {
	color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

#header {
	width: 800px;
	height: 280px;
	background-image: url(../images/header.jpg);
}

#mainbody {
	width: 800px;
	background-image: url(../images/mainbody-bg.gif);
	background-repeat: repeat-y;
}

#mainbody_no_sub_nav {
	width: 800px;
}

.mainbodytop {
	width: 800px;
	height: 10px;
	background-image: url(../images/mainbody-top-bg.gif);
	background-repeat: no-repeat;
}

.mainbodytop_no_sub_nav {
	width: 800px;
	height: 10px;
}

#sub_nav  {
	width: 200px;
	height: 100&;
	float: left;
	/* background-image: url(../images/sub-nav-bg.jpg); */
	background-image: url(../images/sub-nav-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#sub_nav span {
	float: right;
}

#sub_nav li {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}

#sub_nav ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

#sub_nav a {
	color: #333333;
	text-decoration: none;
	display: block;
	height: 20px;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}

#sub_nav a:hover {
	color: #000000;
	background-color: #ffffff;
}

#sub_nav .current a {
	color: #ffffff;
	cursor:default;
}

#sub_nav .current a:hover {
	color: #ffffff;
	background-color: transparent;
}

#right_content {
	width: 560px;
	height: 100%;
	font-size: 11px;
	float: left;
	line-height: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#right_content.fullwidth {
	width: 760px;
}

#right_content img {
	padding-left: 5px;
	padding-right: 5px;
	border: 0px;
}

#right_content h1 {
	color: #ff7d14;
	font-size: 24px;
	line-height:1em;
	padding-bottom: 8px;
}

#right_content h2 {
	color: #ff7d14;
	font-size: 16px;
	padding-bottom: 4px;
}

#right_content h2.attention {
	color: #75ab3c;
	font-size: 16px;
	padding-bottom: 4px;
}

#right_content p {
	padding-bottom: 10px;
	padding-top: 3px;
}

#right_content a:link {
	color: #ff7d14;
	text-decoration: none;
}
#right_content a:visited {
	color: #ff7d14;
	text-decoration: none;
}
#right_content a:active {
	color: #ff7d14;
	text-decoration: none;
}
#right_content a:hover {
	color: #75ab3c;
	text-decoration: underline;
}

#right_content ul {
	padding-left: 18px;
	text-decoration: none;
	list-style-type: circle;
}

#right_content ol {
	padding-left: 18px;
}

#right_content ol li {
	padding-bottom: 3px;
}
#right_content td.label {
	text-align:right;
	vertical-align:top;
}

#footer {
	width: 800px;
	height: 50px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
	padding-top: 10px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}