﻿
body {
	margin: 0px;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}
a {
	font: 10px/15px Arial;
	color: #254A70;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

.clear{
	clear:both;
}

#Container {
	left: 0px;
	top: 0px;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/tablexpand.png');
	height:100%;
}

.highlight {
	color: #CC0000;
	font-weight: bold;
}

/** =============================== Header Styles =============================== **/

#header_ {
	float: left;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 155px;
	background-image: url('../images/header.png');
}
#header-login_ {
	font: 10px/20px Arial;
	margin-left:300px;
	margin-top:21px;
	width:340px;
}
#header-login_ p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#header-login_ a {
	font: 12px/20px Arial;
	color: #000000;
	font-weight: bold;
}
#header-login_ a:hover {
	color: #800000;
}

#header-login_ h2 {
	margin: 0px;
	font: 18px/20px Arial;
	letter-spacing: -1px;
	color: #003366;
	display: block;
	padding-top: 12px;
	padding-bottom: 5px;
}

#header-login-username_ {
	float:left;
	width:40%;
}
#header-login-password_ {
	float:right;
	width:60%;
}
#header-login-remember_ {
	width:100%;
}
#header-login_ form input.text {
	font: 11px/20px Tahoma, Verdana, Arial, sans-serif;
}
#header-login_ input.login {
	font-size: 12px;
	background-repeat: no-repeat;
	margin-left:5px;
	font-weight: bold;
	color: #333333;
}


/** =============================== End Of Header Styles =============================== **/

/** =============================== News Preview Style =============================== **/

#newspreview {
	border: 1px solid #a9a9a9;
	padding: 8px;
	width: 531px;
	margin-bottom:12px;
}
#newspreview p{
	padding: 0px 0px 0px 8px;
	margin: 8px 0px 8px 0px;
	font-size: 12px;
	line-height: 17px;
}
#newspreview p strong{
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}
#newspreview h1 {
	padding: 5px 5px 5px 8px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #333333;
	background-color: #F1EEE7;
	width: 519px;
}

/** =============================== End Of News Preview Style =============================== **/

/** =============================== Latest Templates =============================== **/

#latesttemplates {
	border: 1px solid #a9a9a9;
	padding: 8px;
	width: 531px;
}
#latesttemplates h1 {
	padding: 7px 5px 7px 8px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #003366;
	background-color: #F1EEE7;
	width: 519px;
}

/** =============================== End Of Latest Templates =============================== **/

/** =============================== Thumbnails tables listing styles =============================== **/

.browse-tables {
	border: 0px solid #CCCCCC;
	width: 100%;
}

/** Table TD to contains the template thumbnail and other details **/

.browse-td {
	border: 0px solid #DBDBDB;
	text-align: center;
	background-color: #FFFFFF;
	padding: 6px;
	vertical-align: top;
}
#browse-td {
	width:100%;
}
#browse-td p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
}
#browse-td p a {
	padding: 4px 8px 4px 8px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #D0C4A8;
	color: #453C25;
	font-size: 11px;
	background-color: #E9E3D6;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#browse-td p a:hover {
	border: 1px solid #D0C4A8;
	color: #FFFFFF;
	background-color: #8B774B;
}
.browse-td-img {
	border: 3px solid #D9CEB7;
	padding: 3px;
	background-color: #FFFFFF;
}

/** Templates thumbnail details div **/

#browse-td-sub {
	padding: 6px;
	border: 1px solid #D9CEB7;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F1EDE4;
}
#browse-td-sub p {
	font-size: 11px;
	margin: 0px;
	line-height: 15px;
	text-align:center;
}

/** Templates result page navigation **/

#browse-td-navi {
	padding: 5px 10px 5px 10px;
	border: 1px solid #CCCCCC;
	width: 527px;
}
#browse-td-navi p{
	font-size: 12px;
	margin:0px;
}
#browse-td-navi strong{
	font-size:12px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

#browse-td-navi p a{
	padding: 0px 1px 0px 1px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#browse-td-navi p a:hover{
	padding: 2px 4px 2px 4px;
	background-color: #787241;
	color: #FFFFFF;
}
#browse-td-navi .highlight{
	margin-right: 2px;
	padding: 2px 4px 2px 4px;
	background-color: #787241;
	color: #FFFFFF;
	font-weight: bold;
}

/** =============================== End Thumbnails tables listing styles =============================== **/

/** =============================== Template Details Page =============================== **/

#details {
	width: 100%;
}
#details p {
	font-size:12px;
}
#details h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -1px;
	color: #aa0000;
	text-decoration: none;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
#details-img {
	padding: 10px 30px 25px 30px;
	border: 1px solid #dcd1bf;
	width: 485px;
	text-align: center;
	background-color: #faf8f2;
}
#details-img a {
	padding: 5px 8px 5px 8px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #D0C4A8;
	color: #453C25;
	font-size: 12px;
	background-color: #E9E3D6;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#details-img a:hover {
	border: 1px solid #D0C4A8;
	background-color: #816D45;
	color: #FFFFFF;
}
.details-img-images {
	border: 4px solid #D9CEB7;
	padding: 3px;
	background-color: #FFFFFF;
}
#details-img-heading {
	padding: 7px;
	border: 1px solid #dcd1bf;
	background-color: #FFFFFF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #333333;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

/** Detail page information **/

#details-info {
	margin-top:12px;
	padding: 10px;
	border: 1px solid #dcd1bf;
	width: 525px;
	text-align: left;
	background-color: #faf8f2;
}
#details-info p{
	margin: 0px 0px 8px 0px;
	font-size: 12px;
	line-height: 16px;
}

/** Activate the download button **/
#details-linkbar {
	margin: 12px 0px 0px 0px;
	width: 545px;
	text-align:center;
}
#details-linkbar a{
	padding: 5px 8px 5px 8px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #D0C4A8;
	color: #453C25;
	font-size: 12px;
	background-color: #E9E3D6;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#details-linkbar a:hover{
	border: 1px solid #D0C4A8;
	background-color: #816D45;
	color: #FFFFFF;
}
#details-linkbar-nonmember-heading {
	border: 1px solid #dcd1bf;
	padding: 8px;
	width: 529px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	color: #38301D;
}
#details-linkbar-nonmember {
	margin-top:12px;
	border: 1px solid #dcd1bf;
	padding: 8px;
	width: 529px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #38301D;
	background-color: #faf8f2;
}
#details-linkbar-nonmember p{
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

/** Next and previous button **/
#details-navi {
	width: 530px;
	padding: 8px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#details-navi a{
	padding: 5px 8px 5px 8px;
	margin: 3px 2px 3px 2px;
	border: 1px solid #beb2a0;
	color: #453C25;
	font-size: 12px;
	background-color: #f3f3f3;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#details-navi a:hover{
	border: 1px solid #beb2a0;
	background-color: #808080;
	color: #FFFFFF;
}

/** =============================== End Of Template Details Page =============================== **/

/** =============================== Header Navigation Styles =============================== **/

.chromestyle{
	width: 99%;
	font-weight: normal;
	position: absolute;
	display: block;
	top: 110px;
	left: 0px;
	z-index: 100;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #333333;
	padding: 4px 7px;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
	background-color: #808080;
	color: #FFFFFF;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font: normal 11px Arial;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 180px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
/*THEME CHANGE HERE*/	padding: 1px 0;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: black;
	background-image: url('../images/headermenu.png');
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-image: url('../images/headermenu_over.png');
}

/** =============================== End Of Heading Navigation Styles =============================== **/

/** =============================== Left Block Styles =============================== **/

#left_ {
	float: left;
	left: 0px;
	top: 155px;
	width: 206px;
	background-image: url('../images/left.png');
	background-repeat: no-repeat;
	color: #000000;
	font: 12px/20px Tahoma, Verdana, Arial, sans-serif;
}
#left_ p{
	margin: 0px 0px 18px 0px;
	padding-left: 34px;
}

#left_ h2{
	font: 18px/20px Arial;
	color: #000000;
	font-weight: normal;
	display: block;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-left: 35px;
}

#left_ ul{
	padding: 0px 0px 0px 0px;
	width: 122px;
	display: block;
	margin: 0px 0 0px 0;
	list-style-type:none;
}
#left_ ul li{
	padding: 0 0 0 45px;
	margin: 0 0 0 -5px;
}
#left_ ul li a{
	background: url('../images/leftbutton_down.png') no-repeat 0 0;
	color: #1B4F89;
	font-weight: bold;
	font-size: 12px;
	line-height: 21px;
	padding: 0px 0px 0px 18px;
	display: block;
	text-decoration: none;
	height: 25px;
	width: 130px;
	font-family: Verdana;
	letter-spacing: -1px;
}
#left_ ul li a:hover{
	background: url('../images/leftbutton_over.png') no-repeat 0 0;
	color: #9d1f00;
}

/** =============================== End Of Left Styles =============================== **/

/** =============================== Right Block Styles =============================== **/

.superxpand {
    height:300px;
    float:right;
    width:1px;
}
#right_ {
	float: left;
	left: 206px;
	top: 155px;
	width: 594px;
	height: inherit;
	background-image: url('../images/right.png');
	background-repeat: no-repeat;
}
#right-sub_ {
	color: #000000;
	font: 12px/20px Arial;
	width:547px;
	padding-left:12px;
}

#right-sub-navi_ {
	border: 0px solid #CCCCCC;
	width: 535px;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 8px;
	background-image: url('../images/right-sub-navi.jpg');
	background-repeat: repeat-x;
	height: 30px;
	font-weight: bold;
	color: #333333;
}
#right-sub-navi_ a{
	text-decoration: none;
	font-weight: bold;
}
#right-sub-navi_ a:hover{
	text-decoration: none;
	color: #800000;
}
#right-sub_ h2{
	margin: 0;
	border: 0px solid #CCCCCC;
	padding: 8px 0px 0px 0px;
	font: 25px/20px Tahoma;
	color: #00486A;
	font-weight: normal;
	display: block;
	letter-spacing: -1px;
	word-spacing: 0px;
	text-indent: 0px;
	text-transform: none;
}
#right-sub_ h3{
	font: 18px/20px "Lucida Sans";
	color: #CC0000;
	font-weight: normal;
	display: block;
	letter-spacing: 0px;
	word-spacing: 0em;
	text-indent: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-left: 0px;
	text-transform: uppercase;
}
#right-sub_ h4{
	margin: 0 0 0px 0px;
	font: 17px/20px Tahoma;
	color: #004993;
	font-weight: normal;
	display: block;
	letter-spacing: 0px;
	word-spacing: 0em;
	text-indent: 0px;
	padding-top: 15px;
	padding-left: 0px;
	text-transform: none;
}
#right-sub_ h5 {
	margin: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #00557D;
	text-transform: none;
}

table.affiliate {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding: 0px;
	width:100%;
}

table.affiliate th {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

table.affiliate td {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding:4px;
	text-align:center;
	width:50%;
}

table.affiliate td.heading {
	padding: 4px;
	background-color: #F1F1E2;
	font-family: "Lucida Sans";
	font-size: 18px;
	text-transform: uppercase;
	color: #336699;
	text-align:center;
}

/** =============================== End Of Right Block Styles =============================== **/

#tablexpand_ {
	float: left;
	left:0px;
	top:640px;
	width:800px;
	height:8px;
}

/** =============================== Footer Styles =============================== **/

#footer_ {
	float: left;
	left: 0px;
	top: 648px;
	width: 100%;
	height: 52px;
	background-image: url('../images/footer.png');
	background-repeat: repeat-x;
}
#footer-sub_ {
	margin-left: auto;
	margin-right: auto;
	width:760px; 
	color: #000000;
	font: 12px/20px Arial;
}
#footer-sub_ p {
	margin-top: 15px;
	margin-bottom: 5px;
}

#footer-sub_ .copyright{
	width: 500px;
	text-align:center;
	display: block;
	font-size: 12px;
	line-height: 22px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}
#footer-sub_ .title{
	width: 500px;
	text-align: center;
	display: block;
	font-size: 12px;
	line-height: 22px;
	margin-left: auto;
	margin-right: auto;
	color: #003366;
	font-weight: bold;
	letter-spacing: 0px;
}

#footer-sub_ .linkbar {
	width: 750px;
	text-align:center;
	display: block;
	font-size: 12px;
	line-height: 22px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}
#footer-sub_ .linkbar a{
	font: bold 12px/22px Arial, Helvetica, sans-serif;
	color: #264E75;
	padding: 0 5px 0 5px;
	text-decoration: none;
}
#footer-sub_ .linkbar a:hover{
	background-color: #F3F3F3;
	color: #990000;
}

#footer-sub_ .linkbar2 {
	width: 750px;
	text-align:center;
	display: block;
	font-size: 12px;
	line-height: 22px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}
#footer-sub_ .linkbar2 a{
	font: bold 12px/22px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0 3px 0 5px;
	text-decoration: none;
}
#footer-sub_ .linkbar2 a:hover{
	background-color: #666666;
	color: #FFFFFF;
}
	
/** =============================== End Of Footer Styles =============================== **/

input {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
}

/** =============================== MISC STYLES =============================== **/

#box {
	width: 531px;
	padding: 8px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-bottom: 12px;
}
#box h1{
	border: 0px solid #DFBFC0;
	margin: 0 0 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #254A70;
	font-weight: bold;
	display: block;
	letter-spacing: -1px;
	word-spacing: 0em;
	text-indent: 0px;
	text-transform: none;
}
