﻿html
{
	/*height: 100%;*/
	width: 100%;
}

body
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Arial;
	/*height: 100%;*/
}

form
{
	/*height: 100%;*/
}

a
{
	outline: none;
	color: #0066CC;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

:focus
{
  -moz-outline-style: none;
  outline: none;
}

div.error {
	color: darkred;
	font-size:11px;
}

#toolbar
{
	position: relative;
	top: 0;
	left: 0;
	height: 40px;
	width: 100%;
	min-width: 1024px;
	background-image: url(/images/toolbar.png);
	background-repeat: repeat-x;
	padding: 0;
	clear: both;
	margin: 0;
	z-index: 29;
}

#toolbar .logo
{
	float: left;
	background-position: 0px -40px;
	background-image: url(/images/toolbar.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 120px;
	padding: 0;
	margin-right: 100px;
}

#toolbar .div
{
	float: left;
	background-position: -150px -40px;
	background-image: url(/images/toolbar.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 1px;
	padding: 0;
	margin: 0;
}

#toolbar .spacer
{
	float: left;
	height: 40px;
	width: 20px;
	padding: 0;
	margin: 0;
}

#toolbar .search
{
	float: left;
	background-position: 0px -80px;
	background-image: url(/images/toolbar.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	padding: 0;
	margin: 0;
}

#toolbar .search:hover
{
	float: left;
	background-position: 0px -120px;
	background-image: url(/images/toolbar.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	padding: 0;
	margin: 0;
}

#toolbar .search-selected
{
	float: left;
	background-position: 0px -160px;
	background-image: url(/images/toolbar.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	padding: 0;
	margin: 0;
}

#toolbar .stores
{
	float: left;
	background-position: -200px -80px;
	background-image: url(/images/toolbar.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	padding: 0;
	margin: 0;
}

#toolbar .stores:hover
{
	float: left;
	background-position: -200px -120px;
	background-image: url(/images/toolbar.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	padding: 0;
	margin: 0;
}

#toolbar .stores-selected
{
	float: left;
	background-position: -200px -160px;
	background-image: url(/images/toolbar.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	padding: 0;
	margin: 0;
}

#toolbar .myaccount
{
	float: left;
	background-position: -400px -80px;
	background-image: url(/images/toolbar.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	padding: 0;
	margin: 0;
}

#toolbar .myaccount:hover
{
	float: left;
	background-position: -400px -120px;
	background-image: url(/images/toolbar.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	padding: 0;
	margin: 0;
}

#toolbar .myaccount-selected
{
	float: left;
	background-position: -400px -160px;
	background-image: url(/images/toolbar.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	padding: 0;
	margin: 0;
}

#toolbar .store
{
	float: left;
	background-position: 0px -80px;
	background-image: url(/images/toolbar2.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	padding: 0;
	margin: 0;
}

#toolbar .store:hover
{
	float: left;
	background-position: 0px -120px;
	background-image: url(/images/toolbar2.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	padding: 0;
	margin: 0;
}

#toolbar .store-selected
{
	float: left;
	background-position: 0px -160px;
	background-image: url(/images/toolbar2.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	padding: 0;
	margin: 0;
}

#toolbar .news
{
	float: left;
	background-position: -200px -80px;
	background-image: url(/images/toolbar2.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	padding: 0;
	margin: 0;
}

#toolbar .news:hover
{
	float: left;
	background-position: -200px -120px;
	background-image: url(/images/toolbar2.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	padding: 0;
	margin: 0;
}

#toolbar .news-selected
{
	float: left;
	background-position: -200px -160px;
	background-image: url(/images/toolbar2.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	padding: 0;
	margin: 0;
}

#cpholder
{
	clear: both;
	width: 100%;
	/*min-height: 500px;*/
}

#footer-spacer
{
	height: 20px;
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
}

#footer
{
	width: 100% !important;
	padding: 0;
	margin: 0;
	clear: both;
}

#footer-navigation
{
	background: #f0f0f0 url(/images/footer_bg.png) repeat-x;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 10px;
	color: #000;
	width: auto;
	height: 20px;
	text-align: center;
	font-size: 11px;
	margin: 0;
	clear: both;
}

#footer-content
{
	padding: 5px;
	margin: 0;
	color: #333;
	text-align: center;
	clear: both;
	width: auto;
}

.footer-link
{
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}

.footer-link:hover
{
	text-decoration: underline;
}

#remember {
	width: 15px;
	padding: 0px;
	background-color: transparent;
	position: relative;
	top: 1px;
}

#acc ul { 
	list-style: none;
	margin: 0;
	padding: 0;	
	float: left;
}

#acc li { 
	float: left;
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
}

.acc {
	position: relative;
	/*left: 45px;*/
	margin: 0;
}

.acc a#tblogin {
	font-size: 12px;	
	padding: 12px 5.5px;
	display: block;
	text-decoration: none;
	color: #fff !important;
	margin: 0;
}

.acc a#tblogin:hover, .acc a#tblogin.active {
	background: #99cc00;
	color: #000 !important;
}

.acc a#tbsignup
{
	float: left;
	text-indent: 0;
	font-size: 12px;	
	padding: 1px;
	display: block;
	text-decoration: none;
	color: #fff !important;
	margin: 11px 12px;
	font-weight: bold;
	border: 0;
}

.acc a#tbsignup:hover
{
	color: #CCFF33 !important; /*border: 1px solid #fff;*/ /*text-decoration: underline;*/
}

.account {
	background:#99cc00 url(/images/gradient/h150_reverse.png);
	_background-image: none;
	padding: 0 10px;
	width: 140px;
	float: left;
	margin-right: 15px;
	
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-box-shadow: 0 0 13px 0 #333;
	
	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-box-shadow: 0 0 13px #000;
}

.account, .account a {
	font-size: 10px !important;
	color: #008000;			
	text-decoration: none;
}

.account a:hover {
	text-decoration: underline;	
}

.account input {
	font-size: 10px;
	border: 1px solid #008000;	
	padding: 2px 6px;
	background-color: #eeffcc;
	color: #008000;
	width: 125px;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.account input:focus {
	background-color: #fff;
	color: #000;
}

.account button {
	border: 1px solid #eeffcc;
	background: #008000;
	-moz-border-radius: 3px;
	font-size: 10px;
	color: #fff;		
	cursor: pointer;
	height: 20px;
	padding-top: 0px;
}

.account p {
	margin: 8px 0;
	font-size: 10px !important;
}

.account .error {
	padding: 5px 10px;			
	width: 140px;
	margin: 1px -10px;
	color: #fff;
	background: #c10;
	display: none;
	
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-radius-bottom-left: 8px;
	-webkit-border-radius-bottom-right: 8px;
}

#loginscroll {
	position: relative;
	height: 190px;
	overflow: hidden;
	width: 165px;
	display: none;
	z-index: 2;
}

#loginscroll div {
	position: absolute;
	width: 999em;
}

.account label {
	cursor: pointer;
	display: block;	
}

#userinfo
{
	float: left;
	font-size: 12px;	
	padding: 12px 5.5px;
	display: block;
	text-decoration: none;
	color: #fff;
	margin: 0;
}
.userlink
{
	font-size: 12px;	
	font-weight: bold;
	color: #CCFF33;
	text-decoration: none;
}
.userlink:hover
{
	text-decoration: underline;
}
.logoutlink
{
	font-size: 11px;
	color: #CCFF33;
	text-decoration: none;
}
.logoutlink:hover
{
	text-decoration: underline;
}

#signup_dialog label, #signup_dialog input
{
	display:block;
}

#signup_dialog input.text
{
	margin-bottom: 5px;
	padding: .4em;
}

#signup_dialog select
{
	margin-bottom: 5px;
	padding: .4em;
	background: #f9fafb;
}

#signup_dialog fieldset
{
	padding:0;
	border:0;
	margin-top: 10px;
}

.hspacer10
{
	height: 10px;
	clear: both;
}

.hspacer25
{
	height: 25px;
	clear: both;
}

.hspacer50
{
	height: 50px;
	clear: both;
}

.vspacer10
{
	width: 10px;
}

.vspacer25
{
	width: 25px;
}

.vspacer50
{
	width: 50px;
}

.clear
{
	clear: both;
}

.container
{
	padding: 10px;
	margin-right: auto;
    margin-left: auto;
    clear: both;
    width: 945px;
    min-height: 500px;
}

.container2
{
	padding: 10px;
	margin-right: auto;
    margin-left: auto;
    clear: both;
    width: 600px;
    min-height: 500px;
}

.container3
{
	padding: 10px;
	margin-right: auto;
    margin-left: auto;
    clear: both;
    width: 400px;
    min-height: 500px;
}

.header
{
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #000080;
	text-decoration: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.content
{

}

.cpcontainer
{
	padding: 10px;
	margin-right: auto;
    margin-left: auto;
    clear: both;
    width: 1000px;
    min-height: 500px;
}

.cpmenu
{
	float: left;
	margin-right: 10px;
    width: 200px;
}

.cpcontent
{
	float: left;
	padding: 0;
	margin: 0;
    width: 780px;
}

.smalllink
{
	outline: none;
	font-size: 11px;
	color: #008000;
	text-decoration: none;
}
.smalllink:hover
{
	text-decoration: underline;
}

.biglink
{
	outline: none;
	font-size: 13px;
	color: #008000;
	text-decoration: none;
}
.biglink:hover
{
	text-decoration: underline;
}

.form-container
{
	width: 400px;
	border: 1px solid #aed0ea;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	padding: 10px;
	background: #f2f5f7;
}

.form-container2
{
	width: 400px;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	padding: 10px;
	background: #f0f0f0;
}

.form-container3
{
	width: 400px;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	padding: 10px;
	background: #ffff00;
}

.form-container4
{
	width: 400px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 10px;
	background: #eeeeff;
}

.panel-container
{
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	padding: 10px;
	background: #fff;
}

.panel-container2
{
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	padding: 10px;
	background: #f0f0f0;
}

.panel-container3
{
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	padding: 10px;
	background: #fffff0;
}

.panel-container4
{
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	padding: 10px;
	background: #eeffcc;
}

.msgtitle
{
    font-size: 16px;
    font-weight: bold;
    color: #008000;
}

.msgtitle-error
{
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
}

.msgbody
{
    font-size: 12px;
}

.msglink
{
	outline: none;
	font-size: 12px;
	color: #008000;
	text-decoration: none;
}

.msglink:hover
{
	text-decoration: underline;
}

.errmsg
{
    color: red;
}

.title
{
	font-size: 18px;
	font-weight: bold;
	color: #008000;
}

.list ul
{
	list-style: none;
	margin: 0.5em 10px 1.0em 20px;
}
.list ul li
{
	margin: 5px 0 0.2em 2px;
	padding: 0px 0px 0 11px;
	background: url(/images/bullet.gif) no-repeat 0 0.4em;
	line-height: 1.2em;
	/*font-size: 110%;*/
}

/* Control Panel */
.control-panel-background
{
	background-color: #ffffff;
}
.control-panel-topleft
{
    background-image: url(/images/cp_topleft.gif);
    width: 10px;
    height: 10px;
    background-position: top left;
    background-repeat: no-repeat;
}
.control-panel-topright
{
	background-image: url(/images/cp_topright.gif);
	width: 10px;
	background-position: top right;
    background-repeat: no-repeat;
}
.control-panel-bottomleft
{
	background-image: url(/images/cp_bottomleft.gif);
	height: 10px;
	background-position: bottom left;
    background-repeat: no-repeat;
}
.control-panel-bottomright
{
	background-image: url(/images/cp_bottomright.gif);
	background-position: bottom right;
    background-repeat: no-repeat;
}
.control-panel-top
{
	background-image: url(/images/cp_top.gif);
	background-position: top;
}
.control-panel-left
{
	background-image: url(/images/cp_left.gif);
	background-position: left;
}
.control-panel-right
{
	background-image: url(/images/cp_right.gif);
	background-position: right;
}
.control-panel-bottom
{
	background-image: url(/images/cp_bottom.gif);
	background-position: bottom;
}

/* User Panel */
.user-panel-background
{
	background-color: #ffffff;
}
.user-panel-topleft
{
	background-image: url(/images/up_topleft.gif);
	width: 10px;
	height: 10px;
}
.user-panel-topright
{
	background-image: url(/images/up_topright.gif);
	width: 10px;
}
.user-panel-bottomleft
{
	background-image: url(/images/up_bottomleft.gif);
	height: 10px;
}
.user-panel-bottomright
{
	background-image: url(/images/up_bottomright.gif);
}
.user-panel-top
{
	background-image: url(/images/up_top.gif);
}
.user-panel-left
{
	background-image: url(/images/up_left.gif);
}
.user-panel-right
{
	background-image: url(/images/up_right.gif);
}
.user-panel-bottom
{
	background-image: url(/images/up_bottom.gif);
}

/* Table Panel */
.table-panel-background
{
	background-color: #ffffff;
}
.table-panel-topleft
{
	background-image: url(/images/wp_topleft.gif);
	width: 10px;
	height: 10px;
}
.table-panel-topright
{
	background-image: url(/images/wp_topright.gif);
	width: 10px;
}
.table-panel-bottomleft
{
	background-image: url(/images/wp_bottomleft.gif);
	height: 10px;
}
.table-panel-bottomright
{
	background-image: url(/images/wp_bottomright.gif);
}
.table-panel-top
{
	background-image: url(/images/wp_top.gif);
}
.table-panel-left
{
	background-image: url(/images/wp_left.gif);
}
.table-panel-right
{
	background-image: url(/images/wp_right.gif);
}
.table-panel-bottom
{
	background-image: url(/images/wp_bottom.gif);
}

/* Header Panel */
.header-panel-background
{
	background-color: #ffffff;
	padding: 9px 0px 0px 0px;
}
.header-panel-topleft
{
	background-image: url(/images/wpg_topleft.gif);
	width: 10px;
	height: 25px;
}
.header-panel-topright
{
	background-image: url(/images/wpg_topright.gif);
	width: 10px;
}
.header-panel-bottomleft
{
	background-image: url(/images/wpg_bottomleft.gif);
	height: 10px;
}
.header-panel-bottomright
{
	background-image: url(/images/wpg_bottomright.gif);
}
.header-panel-top
{
    background-image: url(/images/wpg_top.gif);
    font-weight: bold;
    text-transform: uppercase;
    color: #00008B;
}
.header-panel-left
{
	background-image: url(/images/wpg_left.gif);
}
.header-panel-right
{
	background-image: url(/images/wpg_right.gif);
}
.header-panel-bottom
{
	background-image: url(/images/wpg_bottom.gif);
}

/* Info Panel */
.info-panel-background
{
	background-color: #fffff0;
}
.info-panel-topleft
{
	background-image: url(/images/yp_topleft.gif);
	width: 10px;
	height: 10px;
}
.info-panel-topright
{
	background-image: url(/images/yp_topright.gif);
	width: 10px;
}
.info-panel-bottomleft
{
	background-image: url(/images/yp_bottomleft.gif);
	height: 10px;
}
.info-panel-bottomright
{
	background-image: url(/images/yp_bottomright.gif);
}
.info-panel-top
{
	background-image: url(/images/yp_top.gif);
}
.info-panel-left
{
	background-image: url(/images/yp_left.gif);
}
.info-panel-right
{
	background-image: url(/images/yp_right.gif);
}
.info-panel-bottom
{
	background-image: url(/images/yp_bottom.gif);
}

/* Details Panel */
.details-panel-background
{
	background-color: #ffffff;
}
.details-panel-topleft
{
	background-image: url(/images/wp_topleft.gif);
	width: 10px;
	height: 10px;
}
.details-panel-topright
{
	background-image: url(/images/wp_topright.gif);
	width: 10px;
}
.details-panel-bottomleft
{
	background-image: url(/images/wp_bottomleft.gif);
	height: 10px;
}
.details-panel-bottomright
{
	background-image: url(/images/wp_bottomright.gif);
}
.details-panel-top
{
	background-image: url(/images/wp_top.gif);
}
.details-panel-left
{
	background-image: url(/images/wp_left.gif);
}
.details-panel-right
{
	background-image: url(/images/wp_right.gif);
}
.details-panel-bottom
{
	background-image: url(/images/wp_bottom.gif);
}

/* Form Panel */
.form-panel-background
{
	background-color: #f0f0f0;
}
.form-panel-topleft
{
	background-image: url(/images/dp_topleft.gif);
	width: 10px;
	height: 10px;
}
.form-panel-topright
{
	background-image: url(/images/dp_topright.gif);
	width: 10px;
}
.form-panel-bottomleft
{
	background-image: url(/images/dp_bottomleft.gif);
	height: 10px;
}
.form-panel-bottomright
{
	background-image: url(/images/dp_bottomright.gif);
}
.form-panel-top
{
	background-image: url(/images/dp_top.gif);
}
.form-panel-left
{
	background-image: url(/images/dp_left.gif);
}
.form-panel-right
{
	background-image: url(/images/dp_right.gif);
}
.form-panel-bottom
{
	background-image: url(/images/dp_bottom.gif);
}

/* Highlight Panel */
.highlight-panel-background
{
	background-color: #f0fff0;
}
.highlight-panel-topleft
{
	background-image: url(/images/gp_topleft.gif);
	width: 10px;
	height: 10px;
}
.highlight-panel-topright
{
	background-image: url(/images/gp_topright.gif);
	width: 10px;
}
.highlight-panel-bottomleft
{
	background-image: url(/images/gp_bottomleft.gif);
	height: 10px
}
.highlight-panel-bottomright
{
	background-image: url(/images/gp_bottomright.gif);
}
.highlight-panel-top
{
	background-image: url(/images/gp_top.gif);
}
.highlight-panel-left
{
	background-image: url(/images/gp_left.gif);
}
.highlight-panel-right
{
	background-image: url(/images/gp_right.gif);
}
.highlight-panel-bottom
{
	background-image: url(/images/gp_bottom.gif);
}

/* Inset Panel */
.inset-panel-background
{
	background-color: #ffffff;
}
.inset-panel-topleft
{
	background-image: url(/images/ip_topleft.gif);
	width: 10px;
	height: 10px;
}
.inset-panel-topright
{
	background-image: url(/images/ip_topright.gif);
	width: 10px;
}
.inset-panel-bottomleft
{
	background-image: url(/images/ip_bottomleft.gif);
	height: 10px;
}
.inset-panel-bottomright
{
	background-image: url(/images/ip_bottomright.gif);
}
.inset-panel-top
{
	background-image: url(/images/ip_top.gif);
}
.inset-panel-left
{
	background-image: url(/images/ip_left.gif);
}
.inset-panel-right
{
	background-image: url(/images/ip_right.gif);
}
.inset-panel-bottom
{
	background-image: url(/images/ip_bottom.gif);
}

/* Blue Panel */
.blue-panel-background
{
	background-color: #fafbff;
}
.blue-panel-topleft
{
	background-image: url(/images/bp_topleft.gif);
	width: 10px;
	height: 10px;
}
.blue-panel-topright
{
	background-image: url(/images/bp_topright.gif);
	width: 10px;
}
.blue-panel-bottomleft
{
	background-image: url(/images/bp_bottomleft.gif);
	height: 10px;
}
.blue-panel-bottomright
{
	background-image: url(/images/bp_bottomright.gif);
}
.blue-panel-top
{
	background-image: url(/images/bp_top.gif);
}
.blue-panel-left
{
	background-image: url(/images/bp_left.gif);
}
.blue-panel-right
{
	background-image: url(/images/bp_right.gif);
}
.blue-panel-bottom
{
	background-image: url(/images/bp_bottom.gif);
}

.adTop, .adBottom
{
	display: block !important;
	width: 728px !important;
	clear: both !important;
	margin: 0 auto 0 auto !important;
}

.adTop
{
    padding: 10px 0 0 0 !important;
}

.adBottom
{
    padding: 20px 0 0 0 !important;
}
