a.login { color: #000033; font-weight: bold; text-decoration: none; }


.title {
	font-weight: bold;
}

body {
	margin: 0px;
	padding: 0px;
}

a {
	color: rgb(23,55,150);
	font-weight: bold;
	text-decoration: none;
}

.linesImage {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Site-wide text formatting */
div,td,span {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #444;
}

/* Generic Module-independent formatting */
.moduletitle {
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
.summarytitle {
	font-weight: bold;
}


td.header, td.header a {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 6px;
}


/* Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}

/* Container Styles 3*/
div.container_box {
	padding: 3px;
	margin: 2px;
}

div.container_editbox {
	border: 2px dashed #CCC;
	margin: 2px;
}

div.container_editheader {
	padding: 3px;
	background-color: #ccc;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}


div.itemtitle {
	font-family: Arial, Verdana;
	font-weight: bold;
}

/* News Module */
td.news_summary {
	padding-bottom: 1em;
}

/* Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
}

div.form_header {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
}

tr.even_row {
	background-color: #DDD;
}

tr.row:hover td, tr.row:hover td a {
	background-color: #666;
	color: #fff;
}

tr.odd_row {
	
}

/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: lightgrey;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid lightgrey;
}

/** Debugger Styles **/
table.debug_null,table.debug_null tr td, div.debug_null {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

table.debug_object, table.debug_object tr td {
	background-color: #a00;
	color: #fff;
}

table.debug_array, table.debug_array tr td {
	background-color: #0a0;
	color: #fff;
}

table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {
	background-color: #00a;
	color: #fff;
}

td.debug_attribute {
	font-family: monospace;
	font-size: 10px;
}

td.debug_varname {
	font-weight: bold;
}

td.debug_type {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

td.debug_value {
	font-family: monospace;
	font-size: 11px;
	color: #fff;
}

/* Workflow */
div.workflow_action {
	border: 1px solid #DDD;
	margin-bottom: 1em;
}

div.workflow_inapproval {
	margin-left: 35px;
}

div.workflow_approved {
	border: 2px solid #030;
	background-color: #DDD;
}

div.workflow_action_restored {
	border: 2px dashed #030;
	background-color: #FFF;
}

div.workflow_action_posted {
	border: 2px solid black;
}

/* FAQ Module*/
div.faq_moduletitle {
	font-size: 16px;
}

td.category_bg {
	background-color: lightgrey;
}
td.category_title {
	font-size: 12px;
	font-weight: bold;
}
td.question {
	font-size: 10px;
	font-weight: bold;
}

/*Article Module*/
div.article_title {
	font-size: 14px;
	font-weight: bold;
}

div.article_body {
	font-size: 10px;
}

td.article_summary {
	font-size: 10px;
}

a.article_title_link {
	font-size: 12px;
	color: blue;
}

/* ADS */

div#ads {
	width: 250px;
	border: 1px solid black;
	float: right;
	margin-right: 5px;
	z-index: 97;
	position: relative;
	top: 0px;
	background: #CDD6DD;
}

div#ads table {
	width: 100%;
	margin: 5px;
	border: 1px solid black;
	background: #FFF;
	text-align: left;
}

div#ads div#container {
	background: #CDD6DD;
}

div#article_title {
	font-weight: bold;
	font-size: 18px;
}

div#search {
	float: right;
	width:100px;
}

div#search input.text {
	width: 50px;
}


div#newsletter2 table {
	width: 100%;
	margin: 5px;
	border: 1px solid black;
	background: #FFF;
	text-align: left;
}

div#newsletter2 div#container {
	background: url('images/coupon_code_noemail.gif') #CDD6DD;
	border: 0px solid black;
	height: 102px;
	width: 440px;
}

div#newsletter2 span {
	margin-left: 5px;
	color: #2F609A;
	font-weight: bold;
	font-size: 12px;
}

div#newsletter2 span#getup {
	z-index: 2;
	font-weight: 900;
	position: relative;
	left: 3px;
	top: 4px;
}

div#newsletter2 span#discount {
	width: 110px;
	position: relative;
	float: right;
	margin-top: -18px;
	z-index: 98;
	top: 0px;
	left: 0;
}

div#newsletter2 #text {
	width: 100%;
}

div#newsletter2 {
	background: #CDD6DD;
	padding: 10px;
	width: 416px;
	
}

div#newsletter2 div#form {
	float: left;
	background: 0;
	position: relative;
	top: 16px;
	left: 112px;
}

div#newsletter2 div#submit {
	float: left;
	background: 0;
	position: relative;
	top: 32px;
	left: 339px;
	
}

* html div#newsletter2 div#submit {
	float: left;
	background: 0;
	position: relative;
	top: 12px;
	left: 339px;
	
}









/** New Tab style of interface for Nav manager **/
td.tab_btn {
	border: 1px solid black;
	border-right: 0px solid black;
	background-color: #DDD;
	padding: .5em;
}

td.tab_btn_last {
}

td.tab_spacer {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

td.tab_btn_current {
	background-color: inherit;
	border-bottom: 0px solid black;
}

td.tab_main {
	padding: .5em;
	border: 1px solid black;
	border-top: 0px solid black;
}

#purchase select {
	width: 120px;
}

body {
	padding: 0px;
	font-family: arial;
	font-size: 10px;
	background: #000033;
	text-align:center;
}

div {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 797px;
	height: 100%;	
	margin: 0;
	padding: 0;
	border: 1px solid black;
	background: url("images/bg.gif");
	text-align: left;
}


div#header {
	height: 100px;
	background: #CCC;
}


div#body {
	float: left;
	padding: 0px;
	height: 100%
	z-index: 1;
}

div#footer {
	text-align: center;
/*	
	background: #CDD6DD;
*/	
	background: #0D2B53;
	padding-top:5px;
	padding-bottom: 5px;
	width:100%;
}

div#left_panel {
	width: 196px;
	margin-left: 7px;
	height: 100%;
	float: left;

	display: inline;
}




div#content {
	width: 560px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 0px;
	float: left;
}

div#content div {
	background: #FFF;
}

div#content td {
	padding: 5px;
}

div#product {
	background: #FFF;
	padding:0px;
	display: inline;
}





div#product div {
	display: inline;
}

div#extras {
	margin-top: 0px;
	font-size: 11px;
}

div#extras div {
	margin-top: 15px;
	padding: 0px;
}

div#extras div div{
	margin-top: 0px;
}






div#title, div.tab {
	border-bottom: 1px solid #DBDBDB;
	color: #7A7879;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

div#product h1 {
	font-size: 20px;
	color: #F00;
	margin-top: 0px;
	padding: 0px;
}

div#product h1 b {
	font-size: 24px;
}

div#product h1 i {
	font-family: arial;
}

div#newsletter {
	width: 180px;
	border: 1px solid black;
	float: right;
	margin-right: 5px;
	z-index: 97;
	position: relative;
	top: 0px;
	background: #CDD6DD;
}




div#newsletter, div#newsletter div, div#extras, div#extras div {
	display: block;
}

#options {
	width: 257px;
	vertical-align: bottom;
	text-align: right;
}

#product_image {
	vertical-align: bottom;
	float: center;
}

span#member {
	color: #E70920;
	text-align: right;
	font-size: 16px;
	font-weight:bold;
	margin-right: 5px;
}
span#membersmall {
	color: #E70920;
	text-align: right;
	font-size: 14px;
	font-weight:bold;
	margin-right: 5px;
}

span#retail {
	color: #265F96;
	text-align: right;
	font-size: 14px;
	font-weight:bold;
	margin-right: 5px;
}

/*----------------------------------
table {
	margin: 0px;
	padding: 0px;
}
-------------------------------------*/
td {
	vertical-align: top;
}

img {
	padding: 0px;
	margin: 0px;
	display:block;
}

img.noborder {
	padding: 0 0 0 2px;
	margin: 0px;
	display:block;
	border:0;
}

.spacer { clear: both; }



/*----------------------------------*/

div#left_panel div {
	margin-top: 10px;
}

div#left_panel div div{
	margin-top: 0px;
	padding: 5px;
}

div#categories {
	width: 172px;
	background: #FFF;
}

div#display {
	background: #FFF;
	border: 1px solid black;
	width: 162px;
	margin: 5px;
}
div#title table,
div.tab table,
div#title table tr,
div.tab table tr,
div#title table td,
div.tab table td
{
	border-collapse:collapse !important;
	margin:0px !important;
	padding:0px !important;
}


div#title td, table.tab td {
	height: 24px;
	padding:0px;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	vertical-align: center;
	padding-top: 0px;
}

div#title td img, table.tab td img{
	margin-top: 0px;
}

div#newsletter table {
	width: 100%;
	margin: 5px;
	border: 1px solid black;
	background: #FFF;
	text-align: left;
}

div#newsletter div#container {
	background: #CDD6DD;
}

div#newsletter span {
	margin-left: 5px;
	color: #2F609A;
	font-weight: bold;
	font-size: 12px;
}

div#newsletter span#getup {
	z-index: 2;
	font-weight: 900;
	position: relative;
	left: 3px;
	top: 4px;
}

div#newsletter span#discount {
	width: 110px;
	position: relative;
	float: right;
	margin-top: -18px;
	z-index: 98;
	top: 0px;
	left: 0;
}


table#whitepanel {
	border: 1px solid black;
}

table#whitepanel td{
	background: #FFF;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #00F;
}

table#brownpanel {
	width: 100%;
	background: #5B5555;
}



div#left_panel table table{
	width: 100%;
	margin: 0px;
	background: #C9D2D9;
	border: 1px solid black;
}

table#brownpanel img {
	padding-top: 5px;
}

span#scartimg {
	padding:0px;
	position: relative;
	top: 5px;
}

span#scartimg img {
	padding-top: 0px;
}

td#hide {
	height: 15px;
	margin: 0px;
	padding: 0px;
}

div#hide {
	height: 1px;
	z-index: 1;

}

img#addcart {
	padding-top: 10px;
	margin-right: 5px;
}

div#newsletter td {
	text-align: center;
}

div#purchase {
	width: 180px;
	float: right;
	margin-right: 5px;

}

div#product table#maintable {
	margin-left: 20px;
}

div#breadcrumb {
	color: #0000FF
}

div#left_panel img {
	padding-bottom: 6px;
}

table#rate_table img {
	float: left;
}

span#link {
	color:#00F;
	cursor: pointer;
	font-weight: bold;
}

.tabletext
{
color:#FFFFFF;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

.header_top{
	width:793px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}
.header_top ul.tabs{
	margin:0;
	padding:3px 0 0 0;
	list-style:none;
}
.header_top ul.tabs li{
	float:left;
	margin:0 2px 0 0;
}
.header_top ul.tabs li a{
	float:left;
	text-indent:-99999px;
}
.header_top ul.tabs li a.products{
	width:70px;
	height:22px;
	background:url(../../images/tabs_nav.gif) no-repeat 0 0;
}
.header_top ul.tabs li a.products:hover{
	background-position:0 -22px;
}
.header_top ul.tabs li a.articles{
	width:60px;
	height:22px;
	background:url(../../images/tabs_nav.gif) no-repeat -71px -22px;
}
.header_top ul.tabs li a.articles:hover{
	background-position:-71px -0px;
}
.header_top ul.tabs li a.celebrities_athleteles{
	width:147px;
	height:22px;
	background:url(../../images/tabs_nav.gif) no-repeat -132px -22px;
}
.header_top ul.tabs li a.celebrities_athleteles:hover{
	background-position:-132px -0px;
}
ul#nav li{
	float:left;
}
ul#nav li a{
	text-indent:-99999px;
	float:left;
	height:26px;
}
ul#nav li.strore a{
	background:url(../../images/bg_nav_main.gif) no-repeat 0 -26px;
	width:72px;
}
ul#nav li.strore a:hover{
	background:url(../../images/bg_nav_main.gif) no-repeat 0 0;
}
ul#nav li.club a{
	background:url(../../images/bg_nav_main.gif) no-repeat -72px -26px;
	width:190px;
}
ul#nav li.club a:hover{
	background:url(../../images/bg_nav_main.gif) no-repeat -72px 0px;
}
ul#nav li.challenge a{
	background:url(../../images/bg_nav_main.gif) no-repeat -262px -26px;
	width:203px;
}
ul#nav li.challenge a:hover{
	background:url(../../images/bg_nav_main.gif) no-repeat -262px -0px;
}
ul#nav li.blog a{
	background:url(../../images/bg_nav_main.gif) no-repeat -465px -26px;
	width:116px;
}
ul#nav li.blog a:hover{
	background:url(../../images/bg_nav_main.gif) no-repeat -465px 0px;
}
ul#nav li.forum a{
	background:url(../../images/bg_nav_main.gif) no-repeat -581px -26px;
	width:76px;
}
ul#nav li.forum a:hover{
	background:url(../../images/bg_nav_main.gif) no-repeat -581px 0px;
}
ul#nav li.tv a{
	background:url(../../images/bg_nav_main.gif) no-repeat -657px -26px;
	width:136px;
}
ul#nav li.tv a:hover{
	background:url(../../images/bg_nav_main.gif) no-repeat -657px 0px;
}