/************************************************************************/
/* General Styles														*/
/************************************************************************/

/* commented backslash hack \*/ 
html, body{
	height:100%;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

} 
/* end hack */

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #ffffff;
	height:100%;

} 
img {
	border: 0px;
}
#main_wrapper {

	margin: 0 auto;
	width: 780px;
	background-image: url(../images/content-bg.gif);
	height: auto;
	padding: 20px;
}

* html #main_wrapper{ /* ie6 and under*/
	height: 500px;
}

.left {
	float: left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

a {
	color: #ffffff;
}

.clear {
	clear:both;
}

h2 {
	font-size: 17px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
}
.font_error {
	
	background: url(../images/error.gif) no-repeat;
	padding-left: 20px;
	margin-left: 60px;
}

.font-red , .font_error {
	color: #FF0000;
	font-weight: bold;
}

.done {
	text-decoration: line-through;
}

.required {
	color: #FF0000;
	padding-right: 5px;

	}
/************************************************************************/
/* Header Styles														*/
/************************************************************************/
#header {
	width: 100%;
	height: 120px;
}

#logo {
	float: left;
	
	padding-left: 50px;
}
#search {
	float: right;
	width: 200px;
}




/************************************************************************/
/* Search box 															*/
/************************************************************************/

fieldset.search {
	border: none;
	width: 243px;
	margin: 0 auto;
	padding-top: 20px;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #fff;
	font-size: 14px;
	width: 136px;
	height: 21px;
	padding: 2px 5px 0;
	background:  url(../images/search_bg2.gif) no-repeat;
	margin-right: 5px;
}
.search input.box:focus {
	background:  url(../images/search_bg2.gif) no-repeat left -24px;
	outline: none;
}
.search button.btn {
	width: 23px;
	height: 24px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/search_bg2.gif) no-repeat top right;
}
.search button.btn:hover {
	background: url(../images/search_bg2.gif) no-repeat bottom right;
}

/************************************************************************/
/* LHS navigation menu													*/
/************************************************************************/
#left_menu {
	float:left;
	width: 170px;
	background: #1D1D1D;
}
#left_menu .top {
	background: url(../images/menu_top.gif) no-repeat;
	height: 6px;
}

#left_menu .bottom {
	background: url(../images/menu_bottom.gif) no-repeat;
	height: 6px;
}
#left_menu .content {
	padding: 0 5px;
}

#left_menu .heading {
	color: #FFFFFF;
	padding-top: 6px;
	font-weight: bold;
}
#left_menu .sub_cat   {
	padding-left: 10px;
}

.sub_cat a {
	color: #eeeeee;	
	text-decoration: none;
	font-size: 10px;
}

#left_menu  .sub_cat a:hover  {
	color: #FF9900;

}

.sub_selected a {
	color: #FF9900;
}
/************************************************************************/
/* Navigation															*/
/************************************************************************/
#navigation {

	list-style: none;
	margin: 0;
	colour: #ffffff;
	float: right;
	padding: 0 150px 10px 0;
}

#navigation ul{

	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation li
{
	float: left;
	margin: 0 1em;
} 
#navigation li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
#navigation #menu_underline {
	background: url(../images/menu_underline.gif) no-repeat;
	height: 6px;

}
/************************************************************************/
/* Members Area Navigation															*/
/************************************************************************/

#members_menu {

	list-style: none;
	margin: 0 auto;
	colour: #ffffff;

}

#members_menu ul{

	list-style: none;
	padding: 0;
	margin: 0;
}
#members_menu li
{
	float: left;
	margin: 0 1em;
} 
#members_menu li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
#members_menu #menu_underline {
	background: url(../images/menu_underline.gif) no-repeat;
	height: 6px;

}

/************************************************************************/
/* Main Content															*/
/************************************************************************/
#main_content {
	float:right;
	width: 600px;
	background: #1D1D1D;
	height: auto;
	
	}

#main_content .top {
	background: url(../images/content_top.gif) no-repeat;
	height: 6px;
}

#main_content .bottom {
	background: url(../images/content_bottom.gif) no-repeat;
	height: 6px;
}

#main_content .content {
	min-height: 600px;
	padding: 0 10px;
}

/************************************************************************/
/* Category listing styles												*/
/************************************************************************/

.cat_item {

	height: 110px;
	
	width: 500px;
	padding: 10px;

}

.cat_image_holder  { 
	float: left;
	height: 120px;
	background: transparent url('../images/thumb_bg.gif') no-repeat;
	padding-bottom: 10px;
	
}

.cat_link {
	float:left;
	text-decoration: none;
	padding: 8px 0 0 15px;
	width: 330px;
	display:inline;
	height: 90px;
}

.more_details {


}

.cat_button {
	margin: 30px 0 0 0;
}


/************************************************************************/
/* Pagination styling													*/
/************************************************************************/

#pagination {
	height: 40px;

}

#pagination  ul {
	list-style: none;
	margin: 0 auto;
}

#pagination li {
	float: left;
	margin: 0 1em;
} 

#pagination .disabled {
	color: #666666;
}

/************************************************************************************/
/* Button CSS																		*/
/* Source:																			*/
/* http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html	*/
/************************************************************************************/

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

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

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

a.button:active span ,a.button:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 18px; /* push text down 1px */
}

a.button_org {
    background: transparent url('../images/bg_button_a_orange.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.button_org span {
    background: transparent url('../images/bg_button_span_orange.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

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

a.button_org:active span  , a.button_org:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 18px; /* push text down 1px */
}

/************************************************************************/
/* Product view															*/
/************************************************************************/
#images {

	width: 150px;

	float:left;
	margin: 5px;
	padding: 5px;
}

#content_right {
	width: 370px;
	margin: 5px;
	padding: 10px 5px;
	float:left;
}

/************************************************************************/
/* Form layout														*/
/************************************************************************/

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 120px; 
	padding: 5px 10px 0 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form a , form select, form textarea {
	margin: 5px 0 0 0 ;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */

  margin: 0;
  padding: 0;
  min-width: 400px;
  max-width: 500px;
  width: 400px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  	border-color: #000;
  	border-width: 1px;
  	border-style: solid;
  	padding: 10px;        /* padding in fieldset support spotty in IE */
  	text-align: center;
  	
  	display:inline;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.centerFieldset {
text-align:center;
width: 580px;
}


form fieldset legend {
	font-size:1.3em;
	font-weight: bold;
	color: #FFFFFF;
}
/************************************************************************/
/* Image slider holder													*/
/************************************************************************/
.imageslider {
	width: 100%;
	height: 190px;
	margin: 0 auto;
	left: -10px;
	
	
}

.slideHolder, .slideHolder a {
	width: 168px;
	height: 160px;
	text-align: center;
	text-decoration: none;
	margin: 15px 10px 15px 10px;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 140px;
     height: 120px;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/


.home_footer ul{

}

.home_footer li{
	padding: 6px;
	list-style: none;
	font-weight: bold;
}


/************************************************************************/
/* Item Details page 													*/
/************************************************************************/
#itemdetails {

}

#right-content {
	padding-top: 1px;
	float: right;
	width: 400px;
}
.Headig_cat  {
	border-bottom: 1px solid #cccccc;

}
.Headig_cat p {
	font-weight: bold;
	font-size: 1.1em;
	
}
.Headig_cat span {
	font-weight: normal;
	font-size: 0.9em;	
	padding-left: 10px;
}


/************************************************************************/
/* Message box 															*/
/************************************************************************/
.info, .success, .warning, .error, .validation {
	width: 520px;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}

.sell_banner, .banner {
	text-align: center;
	width: 450px;
	border: 1px solid #999999;
	margin: 00px auto;
	padding: 0 10px;
	background-color: #333333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.banner h3 {
	font-size: 15px;
	font-weight:bold;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 0px;
}
.sell_banner {
		margin: 50px auto;
}

/************************************************************************/
/* Members tables														*/
/************************************************************************/

#open_items {

	width: 100%;
	border: 1px solid #333333;
}

#open_items th {
	background-color: #333333;
	height: 22px;
	font-weight: bold;

}

#open_items td {
	padding: 2px 0;
	border-bottom: 1px solid #333333;
}

#open_items tr.alt {
	background-color: #222222;
}

#open_items tfoot {
	background-color: #333333;
}









