/*
	Default Style Sheet
	Copyright Yorganic.com - 2010
*/

body {
	background:url(images/layout/stainless.jpg);
	font-family: sans-serif;
	margin:0px auto; font-size:12px;
	text-align:center;
}

h1 { color:#000000; font-size:22px; margin: 5px 0px 5px 0px; font-weight:normal;}
h2 { color:#000000; font-size:18px; margin: 5px 0px 5px 0px; }
h3 { color:#000000; font-size:16px; margin: 5px 0px 5px 0px; }
h4 { color:#000000; font-size:14px; margin: 5px 0px 5px 0px; }
h5 { color:#000000; font-size:12px; margin: 5px 0px 5px 0px; }
p { font-size:14px; color:#000000;}
ul,ol { font-size:14px; color:#000000; }
hr { color: #b1afaf; background-color: #b1afaf; height: 1px; border:0px; }
.blue { color:#2e3192 }
.CallUs { color:#2e3192; font-size:24px; font-weight:bold; font:sans-serif; letter-spacing:-2px;}

/* BESPKE */

.NewsBox {
	height:357px; width:242px;
	overflow:auto; border:1px solid silver;
	padding:5px;
}

#newsBox .title { font-size:12px; font-weight:bold; color:#444444; }
#newsBox .title a { color:#444444; }
#newsBox p { font-size:12px; }

.panels img { margin-right:18px; }

#tabStrip { height:32px; background:url(images/layout/tab/bg.gif) bottom left repeat-x; margin-bottom:15px; }
.tabItem0 { cursor:pointer; overflow:hidden; background:url(images/layout/tab/0l.gif) top left no-repeat; font:bold 15px sans-serif; color:#444444; }
.tabItem1 { cursor:pointer; overflow:hidden; background:url(images/layout/tab/1l.gif) top left no-repeat; font:bold 15px sans-serif; color:#444444; }
.tabItem0 span { display:block; height:25px; background:url(images/layout/tab/0r.gif) top right no-repeat; padding:7px 20px 0px 20px; }
.tabItem1 span { display:block; height:25px; background:url(images/layout/tab/1r.gif) top right no-repeat; padding:7px 20px 0px 20px; }

/* ENDS */

/* LAYOUT SECTION */

#maincontainer {
	width:870px;
	padding: 5px 23px 0px 23px;
	text-align:left;
	margin: 10px auto;
	background:url(images/container-top.jpg) no-repeat #ffffff;
-moz-box-shadow: 0 0 2px 2px #888;
-webkit-box-shadow: 0 0 2px 2px#888;
box-shadow: 0 0 2px 2px #888;	
}

.headerbar {
	margin:0px auto;
	width:970px;
	height:10px; font-size:10px;
	color:#9C9B9B; padding-top:5px; padding-bottom:5px; text-align:right;
}

.headerbar a { color:#9C9B9B; }
#headercont { height:75px; z-index:10; margin-top:10px; margin-bottom:10px;}
.headerleft { height:75px; float:left; width:400px;}
.headerright { float:right; margin-top:10px; text-align:right;}

#nav    { border-left :1px dotted #cccccc; list-style:none; padding:0px; margin:0px; }
#nav li { border-right:1px dotted #cccccc; float:left; padding:0px 10px; margin:0px; }
#nav a  { font:normal 11px sans-serif; color:#444444; text-decoration:none; }

.centralcontainer { padding: 2px 0px 10px 0px; }
.centralcontainer a { color:black; }
.centralcontainer a:hover { color:#2C2E63; }

#splashbox { background:url(images/layout/featured-bg.png) no-repeat; width:869px; height:312px; }
#splashpics {
	position:relative; top:20px; left:20px;
}


#news .sep,#blog .sep { border-bottom:1px dashed silver; margin-bottom:10px; clear:both;}
#news .h2,#blog .h2 { margin: 5px 0px 0px 0px;  }
#news .title a,
#blog .title a { color:#000000; font-size:16px; text-decoration:none; font-weight:bold;}
#blog .small,#news .small  { font-size:10px; color:#2c2c2c; margin-top:0px; }

#news h1 { font-size:14px; }
/* LEFT RIGHT NAV */

.menuheader {
	background-color:#44afe1;
	padding-left:6px; padding-top:3px; padding-bottom:3px;
}

.menuheader h1 {
	font-family: "Tahoma",Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF; font-size:11px; margin:0px;
}

.menuspace { width:160px; padding: 10px 10px 10px 0px; }
.menuspaceR { width:160px; padding: 10px 0px 10px 10px; }

.menubox { border:1px solid #c1c1c1; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:11px; margin-bottom:10px; background-color:#dcdcdc;}
.menubox2 { background-color:#dcdcdc; padding: 4px 8px 4px 8px; color:white; }
.menubox2 a { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none; color:#5e5e5e; }
.menubox p,.menubox2 p { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:11px; color:#5e5e5e; }

.menurow { padding:0px; margin:0px; }
.menurow a { color:#5e5e5e; font-size:11px; background:#d3d3d3; display:block; padding:4px; text-decoration:none;}
.menurow a:hover { background:#dadada; display:block; padding:4px;}
.menurow li { border-bottom:1px solid #c8c6c6; list-style:none; color: white; }
.menurow .endmore a { background:#363636; border-bottom:0px; margin-bottom:-1px; color:white;}

/* ENDS */

#footer {
	padding:10px;
	border-top:1px dotted silver;
	font:normal 9px tahoma, sans-serif;
	color:#807f7f;
}

#footer p { font:normal 9px tahoma, sans-serif; color:#807f7f;}
#footer a { font:normal 9px tahoma, sans-serif; text-decoration:none; color:#807f7f;}
#footer a:hover { text-decoration:underline; }

/* FORMS */

form { margin:0px; }

.button {
	font-family: "Tahoma",Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000; font-size:11px; font-weight:bold;
}

.searchtxt {
	font-family: "Tahoma",Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#434343; padding:2px 4px 2px 4px;
}

.vsep { background:#c0c0c0; width:1px; }

#LoginPage .content {
	padding: 10px 10px 10px 10px;
}

/* SITE CONTENT */



.contenthead h1 { color:#5e5e5e; margin: 0px 0px 3px 0px; font-size:19px; border-bottom:1px dotted silver; }

.productcol { border:1px solid #CCCCCC; }

.productcol p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px; color:black;
}

.productcol a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px; color:black;
}

.productcol a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px; color:red;
}
/* COMPETITION */

.listings {
	border:1px solid silver;
}

.listings td {
	background-color:#E7E7E7;
	border-bottom:1px solid #CDCBCB;
	border-top:1px solid #FBF9F9;
	padding:3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.listings th {
	background-color:#D1D1D1;
	border-bottom:1px solid #CDCBCB;
	border-top:1px solid #FBF9F9;
	padding:3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px; text-align:left;
}

/* LATEST PRODUCTS */

#products li { display:block; float:left; width:200px; }
#latest a { display:block; background:#cdcdcd; color:#5e5e5e; text-decoration:none; padding:6px; }
#latest a:hover { background:#5e5e5e; color:white;}
#latest .selected { background:#5e5e5e; font-weight:bold; color:white; }
.product { width:170px; float:left; margin: 10px 7px 10px 0px; border:1px dotted silver; text-align:center; padding:5px; }
.productEND { width:170px; float:left; margin: 10px 0px 10px 0px; border:1px dotted silver; text-align:center; padding:5px; }

.productimg img { width:90px; height:90px; margin: 4px 0px 4px 0px; border:0px;}
.producttitle { height:20px; padding:4px; overflow:none; }
.producttitle a { text-decoration:none; font-weight:bold; }
.productdescription { height:55px; padding:4px; }
.productofferpre { height:50px; padding:4px; }
.prodbuttons { text-align:center; }
.price { color:#0b4ba2; font-weight:bold; }

.producthead {
	background:#186AB4; padding:6px; color:white;
	font-size:11px; font-weight:bold; text-transform:uppercase;
	text-align:center;
}

.producthead a { font-size:11px; color:white; }
.producthead a:hover { font-size:11px; color:white; }

/* Comments */
.commentsbox {
	border:1px solid silver;
	background:#E7E7E7;
	margin:4px; padding:10px;
}

.commentsbox .date {
	color:#8A8A89;
}
/* JS Live Validation */

.LV_validation_message{ font-weight:bold; margin:0 0 0 5px;}
.LV_valid { color:#00CC00; }
.LV_invalid { color:#CC0000; }   
.LV_valid_field,input.LV_valid_field:hover, input.LV_valid_field:active,textarea.LV_valid_field:hover, textarea.LV_valid_field:active { border: 1px solid #00CC00; }  
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active,textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active { border: 1px solid #CC0000; }

.isformerror { border:2px solid red; background:#FCF7C1; padding:5px; }
.isformok { border:2px solid #FAD426; background:#FCF7C1; padding:5px; }
/* ENDS */

/* Ticker Boxes */
#marqueecontainer{
position: relative;
background:#1A619D;
height: 200px;
overflow: hidden;
padding: 2px;
padding-left: 4px;
}

.ResultsHighLight {
	background:#23639C; color:white;
}

#searchresults
{
	border-top:1px solid silver;
	margin-top:10px;
	text-align:right;
	padding-top:6px;
}

#searchresults a {
	padding-left:3px; padding-right:3px;
	margin-right:2px; color:#3B5998; font-weight:bold;
}

#searchresults .pagecurrent {
	border-top:2px solid #3B5998;
}

#searchresults .pagelink {
}

#bookmarks { width:100%; }
#bookmarks .left { float:left; /*width:49%;*/}
#bookmarks .left ul { margin:0px; padding:0px; }
#bookmarks .left li { list-style:none; float:left; }
#bookmarks .left li a { margin-right:5px; }
#bookmarks .left li .normimg { border:1px solid silver; padding:2px; width:16px; height:16px; }

#bookmarks .right { float:right; width:49%; text-align:right;}
#bookmarks .right ul { margin:0px; padding:0px; }
#bookmarks .right li { list-style:none; float:left; margin-right:10px; }

.productname { font-size:1.2em; font-weight:bold; color:black; }
.productname a { text-decoration:none; color:#000000;}
.productname a:hover { text-decoration:underline; }
.productprice { font-size:14px; color:orange; font-weight:bold;}
.productlink a { color:red; font-size:11px; text-decoration:none;}

.productimg img { border:0px; background:url(images/spinner-med.gif) no-repeat; background-position: center; margin-right:4px; }
.ofwproduct { border:1px solid silver; padding:4px; text-align:center;}
.product p { font-size:11px; }
.productrelease { font-size:11px;}
.preorder { background:green; color:white; padding:3px; font-size:10px; margin-bottom:20px;}
.specialoffer { background:red; color:white; padding:2px; font-size:11px; height:28px;}
.productspacebreak { line-height:20%; }
.productstop { border-top:1px solid silver; border-left:1px solid silver; border-right:1px solid silver; text-align:center; padding: 5px 3px 3px; }
.productsmid { border-left:1px solid silver; border-right:1px solid silver; text-align:center; padding-left:3px; padding-right:3px; }
.productsmid p { margin:0px; }
.productspace { width:5px; height:10px; }
.productsend { border-left:1px solid silver; border-bottom:1px solid silver; border-right:1px solid silver; text-align:center; padding-left:2px; padding-right:2px; padding-bottom:4px;}
.prodbuttons { display:block; }

/* CSS Buttons */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.gbutton {
    background: transparent url(images/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.gbutton span {
    background: transparent url(images/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.gbutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.gbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* Ajaxed Twitter START */

div#twitter {
	background-color:#1A609A;
	color:white;
	margin-bottom:5px;
}

div#twitter a { color:#ffffff; }

p#preloader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("images/loader-small.gif") 1em center no-repeat;
}

ul#twitter_update_list {
	margin: 0;
	padding: 0 1em 0.5em 1em;
	list-style-type: none;
}

ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #154B78;
}

ul#twitter_update_list li a {
	/* timestamp link */
	color: #ffffff;
}

ul#twitter_update_list li span {
	display: block;
}

ul#twitter_update_list li span a {
	/* links in tweet */
	color: #ffffff;
}

ul#twitter_update_list li.firstTweet {
}

ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

a#profileLink {
	display: block;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #888;
}
/* Ajaxed Twitter END */

/* Horizontal Table */

.ISTable
{ font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;}

.ISTable td.header
{
border-bottom: 2px solid #6699CC;
background-color: #BEC8D1;
text-align: left;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;
}

.ISTable td {
	border-bottom: 1px dotted #6699CC;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: white;
text-align: left;
padding: 5px 3px 5px 3px;
}

.ISTable td.left { border-left: 1px dotted #CEDCEA; }

/* Vertical Table */

.formrow {
	background-color:#B4C9D6;
	border-bottom: 1px solid #D7E2ED;
	border-top:1px solid White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; padding:3px;
}

.formcell1 
{
	background-color:#E4E4E4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; color:#343433; font-weight:bold;
	border-top:1px solid #EBEBEB;
	border-bottom:1px solid #D1D1D1;
	padding:6px;
}

.formcell2
{
	background-color:#E3E2E2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	color:black;
	border-top:1px solid #EBEBEB;
	border-bottom:1px solid #D1D1D1;
	padding:6px;
}

/* Members Control Panel */

#members a {
	display:block;
	background:#8399be;
	color:white; text-decoration:none;
	padding:6px;
}

#members a:hover {
	background:#164491;
}

#members .selected {
	background:#164491;
	font-weight:bold;
}

#AvatarGallery img {
	border:1px solid silver;
	padding:2px; background:white;
}

#AvatarGallery img:hover {
	border:1px solid black;
	padding:2px; background:white;
}

#messagecenter .box {
	background:#ffffe5;
	border:1px solid #f5e082;
	padding:8px;
	font-size:11px;
}
