/*------------------------------------------------------------------
| General page style. The scroll bar colors only visible in IE5.5+ |
------------------------------------------------------------------*/
html, body {
	background: #000 url('images/bg2.png');
	background-attachment: fixed;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding: 0px;
	margin: 0px;
	text-align: left;
}

/*==============================
	Layout 
==============================*/
div#container {
	margin: 0px; 
	padding: 0px;
	width: 100%;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align: left;
}

div#page {
	background: #fff;
	margin: 0px auto; /* center, not in IE5 */
	padding: 0px;
	width: 900px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align: left;
}

div#header {
	background: #fff;
	width: 890px;
	height: 64px;
	vertical-align: bottom;
	margin: 0px;
	padding: 5px;
	text-align: left;
	clear: both;
}

div#content {
	background: #fff;
	color: #554d49;
	float: left;
	width: 900px;
	padding: 0px;
	clear: both;
}

div#left-col {
	width: 150px;
	padding: 5px 5px 10px 5px;
	float: left;
}

div#right-col {
	width: 730px;
	padding: 5px 5px 10px 5px;
	float: left;
}


div#footer {
	height: 85px;
	width: 890px;
	background: #fff url('images/footer.png');
	color: #fff;
	/*font-weight: bold;*/
	padding: 100px 5px 5px 5px;
	margin: 0px;
	clear: both;
}

#breadcrumbs {
	text-align: left;
}

/*  images ----------------------------------------------------*/
img {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

/*==============================
	Navigation 
==============================*/
#top-nav {
	background: #fff url('images/navbg.png');
	height: 30px;
	line-height: 30px;
}

#nav, #nav ul {
	width: 890px;
	list-style: none;
	font-weight: bold;
	padding: 0px 5px 0px 25px;
	margin: 0px;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	font-weight: bold;
	color: #028ECD;
	text-decoration: none;
	vertical-align: middle;
	line-height: 28px;
	padding: 1px 20px 1px 20px;
}

#nav li:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li a:hover {
	color: #fff;
	text-decoration: underline;
}

.title1 { 
	border-left: 0px none; 
	border-right: 0px none; 
	background: #000 url('images/titlegrad.png');
	color: #fff;
	height: 27px;
	line-height: 27px; 
	font-weight: bold; 
	font-size: 10px; 
	border-top: 1px solid #656B78; 
	border-bottom: 1px solid #656B78; 
	padding: 0px 5px; 
}

.title1 a:hover {
	color: #fff;
	text-decoration: underline;
}

.title2 {
	background: #AADEFA;
	color: #fff;
}

.title2 a:link, .title2 a:active, .title2 a:visited {
	color: #fff;
	text-decoration: underline;
}

.title2 a:hover {
	text-decoration: none;
}

.row1 { 
	background: #edebd5;
	color: #0f0f0f;
}
.row2 { 
	background: #D8D5B4;
	color: #0f0f0f;
}

.highlight {
	color: #fff;
	font-weight: bold;
	background: red;
}

/*  H1 H2 H3
---------------------------------------------------------------*/
h1 {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #5b81a5;
	border-bottom: 1px solid #afc2d4;
	margin: 0px;
}

h2 {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #5b81a5;
	border-bottom: 1px solid #afc2d4;
	margin: 0px;
}

h3 {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #5b81a5;
	margin: 0px;
}

/*---------------------------------------
| General font families for common tags |
---------------------------------------*/
font, th, td, p {
  font-family: Lucida Sans Unicode,Lucida Sans,Tahoma,Helvetica,Arial; 
}
a:link, a:active, a:visited {
  text-decoration: none;
  color : #85bd06; 
}
a:hover	{
  text-decoration: underline;
  color : #85bd06; 
}
a.newstylelink {
  text-decoration: none;
  color : #3f82ac;
}
a.newstylelink:hover {
  text-decoration: underline;
  color : #85bd06; 
}
a.stats:link, a.stats:active, a.stats:visited {
  text-decoration: none;
  color : #85bd06; 
}
a.stats:hover	{
  text-decoration: underline;
  color : #85bd06; 
}
hr {
	width: 300px;
	color: #0d405b;
}

input, textarea, select {
  color: #707070;
  font: normal 11px Lucida Sans Unicode,Lucida Sans,Tahoma,Helvetica,Arial;
  border-color: #707070; 
}

input.post, textarea.post, select {
  background-color: #949494; 
}
select {
  background-color: #fff; 
}
  
input {
  text-indent: 2px; 
}

.textarea,
.searchinput,
.button,
.gobutton {
	background: #FFF;
	border: 1px solid #707070;
	color: #000;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 2px;
	vertical-align: middle;
 }
 
input.button {
	border: 1px solid #ddd;
	background: #f9f9f9;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding: 2px 10px !important;
	padding: 2px 0px;
	margin: 0;
}

input.button:hover { 
	border: 1px solid #65757c; 
	background: #05386B;
	color: #fff;
}

.gobutton{
	background: transparent;
	border: 0;
	color: #85bd06;
	margin: 0;
	vertical-align: middle;
}

#footer{
	background: #545454;
	color: #b6b6b6; 
	font-size: 10px;
}

/*============================================
// Other styles
============================================*/
.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }

/*  Cart Styles
---------------------------------------------------------------*/
.carttitle1 { 
	background: #000 url('images/title1-bg.png');
	color: #fff;
	height: 27px;
	line-height: 27px; 
	font-weight: bold; 
	font-size: 12px; 
	padding: 0px 5px; 
}

.carttitle1 a:hover {
	color: #fff;
	text-decoration: underline;
}

.carttitle2 {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	background: #1b89a4;
}
.cartheader1 {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background: #1486A0;
}
.cartheader2 {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background: #d2e0e4;
}
.cartemphasizedheader1 {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background: #1486A0;
	font-weight: bold;
}
.cartemphasizedheader2 {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background: #d2e0e4;
	font-weight: bold;
}
.cartcontent1 {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background: #eff3f5;
}
.cartcontent2 {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background: #f8f8f8;
}
.cartdivider {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background: #eee;
}
.cartemphasized {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
.addresslabel {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	width: auto;
	font-weight: bold;
	text-decoration: underline;
}
.carttotal {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	background: #306a88;
}
.carttotalprice {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	background: #667983;
}
.alignmiddle {
	text-align:center;
}

/*  Login Page Properties
---------------------------------------------------------------*/
.loginborder{ 
	background: #FFF; 
	border: 1px solid #000;
	padding: 0; 
	margin-left: auto; 
	margin-right: auto;
	width: 300px;
	float: left;
}

textarea, select {
	font: normal 11px Lucida Sans Unicode,Lucida Sans,Tahoma,Helvetica,Arial;
	border-color: #000; 
	color: #000;
	background: #f9f9f9;
}
  
input {
  text-indent: 2px; 
}

.textarea, .searchinput {
	border: 1px solid #FFF;
	color: #000;
	background: #f9f9f9;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 2px;
	vertical-align: middle;
 }


#PriceBox_Layer {
	background: #fff;
	border: 1px solid #000;
}

.priceboxheader {
	background: #000 url('images/title1-bg.png');
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	padding: 2px;
	border-bottom: 1px solid #000;	
}

/*  Comments Form
---------------------------------------------------------------*/
form.commentsform fieldset {
	font-weight: bold;
	background: #FFFFDD;
	border: 1px solid #97c660;
	width: 400px;
	padding: 5px;
	float: left;
}

form.commentsform fieldset legend {
	color: #5ca605;
	float: left;
	font-weight: bold;
}

form.commentsform label {
	color: #656565;
	width: 120px;
	font-weight: bold;
	clear: both;
}

form.commentsform.input, form.commentsform.select, form.commentsform.textarea{
	width: 180px;
	margin-bottom: 5px;
}

form.commentsform textarea {
	width: 250px;
	height: 150px;
}

form.commentsform ol, form.commentsform ol li {
	list-style: none;
}

form.commentsform input, form.commentsform.select, form.commentsform textarea {
  	background: url("images/input_bg.gif");
	border:1px #ccc solid;
	display:block;
	padding: 4px;
	margin: 0px;
}

form.commentsform input button {
  	margin: 23px;
}

form.commentsform input:hover, form.commentsform.select:hover, form.commentsform textarea:hover {
	border:1px #97c660 solid;
}

form.commentsform input:focus, form.commentsform.select:focus, form.commentsform textarea:focus {
	border:1px #3a535e solid;
}

form.commentsform .hiddenField {
	display: none;
  	background-image: none;
	border: none;
	padding: 0px;
}


/*  Customize and Order Buttons
---------------------------------------------------------------*/
input.button {
	border: 1px solid #ddd;
	background: #f9f9f9;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding: 2px 10px !important;
	padding: 2px 0px;
	margin: 2px;
}

input.button:hover, input.button:sfhover { 
	border: 1px solid #3da6b8; 
	background: #e7eef0;
}

input.buyAppButton {
	background: url('images/buyAppButton.png') no-repeat left top;
	width: 163px;
	height: 50px;
	outline: none;
	border: 0px;
	margin: 0px 0px 0px 60px;
}

input.buyAppButton:hover { 
      background-position:0% -52px;
}

input.customizeButton {
	background: url('images/customizeButton.png') no-repeat left top;
	width: 100px;
	height: 31px;
	outline: none;
	border: 0px;
}

input.customizeButton:hover { 
      background-position:0% -32px;
}

input.customizeButtonGBG {
	background: url('images/customizeButtonGBG.png') no-repeat left top;
	width: 100px;
	height: 31px;
	outline: none;
	border: 0px;
}

input.customizeButtonGBG:hover { 
      background-position:0% -32px;
}

input.orderNowButton {
	background: url('images/orderNowButton.png') no-repeat left top;
	width: 100px;
	height: 31px;
	outline: none;
	border: 0px;
}

input.orderNowButton:hover { 
      background-position:0% -32px;
}

input.continueButton {
	background: url('images/continueButton.png') no-repeat left top;
	width: 100px;
	height: 31px;
	outline: none;
	border: 0px;
}

input.continueButton:hover { 
      background-position:0% -32px;
}

input.checkoutButton {
	background: url('images/checkoutButton.png') no-repeat left top;
	width: 100px;
	height: 31px;
	outline: none;
	border: 0px;
}

input.checkoutButton:hover { 
      background-position:0% -32px;
}

input.updateButton {
	background: url('images/updateButton.png') no-repeat left top;
	width: 100px;
	height: 31px;
	outline: none;
	border: 0px;
}

input.updateButton:hover { 
      background-position:0% -32px;
}