/* CSS Document */

/* Borderless Main Content Table */
.cst_table_no_border{
width:100%;
padding:0px;
font-family:Verdana,Arial,Helvetica;
}

/* Border Main Content Table */
.cst_tbl_brdr{
border:1px solid #EFEFEF;
width:100%;
padding:0px;
font-family:Verdana,Arial,Helvetica;
font-size:12px;
}
	/* Table Heading */
	.cst_tbl_brdr_th{
	background-color:#EFEFEF;
	border:0px;
	padding:0px;
	color:#000000;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:13px;
	font-weight:bold;
	text-indent:5px;
	text-align:left;
	}
	/* Table Content */
	.cst_tbl_brdr_td{
	background-color:#FFFFFF;
	padding:2px;
	text-indent: 2px;
	}
	
/* Main Table Heading */
/* Applies to table container */
.cst_tbl_heading{
background-color:#00003D;
width:100%;
padding:0px;
font-family:Verdana,Arial,Helvetica;
font-size:11px;
}
	/* Applies to left column or a single row */
	.cst_th{
	background-color:#00003D;
	border:0px;
	color:#FFC500;
	font-family:Arial,Helvetica,Verdana;
	font-size:16px;
	font-weight:bold;
	text-indent:5px;
	text-align:left;
	}
	/* Applies to smaller white text */
	.cst_th_sm_white{
	background-color:#00003D;
	border:0px;
	padding:5px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica;
	font-size:12px;
	text-indent:5px;
	}
	
/* Sub Heading Table - Gray one */
.cst_tbl_sub_heading{
background-color:#EFEFEF;
width:100%;
padding:0px;
color:#000000;
font-size:11px;
text-indent:5px;
}

.list_body{
font-family:Verdana,Arial,Helvetica;
font-size:12px;
}

/* Image in the details section */
.cst_details_img{
width:250px;
vertical-align:top;
text-aligh:center;
}

/* Seller's Information */
/* Column for Seller's Information */
.cst_seller_column{
width:200px;
}
/* Applies to the header for the seller's table */
.cst_seller_heading{
background-color:#330066;
width:100%;
padding:0px;
}
	/* Applies to the title for the seller's table */
	.cst_seller_title{
	background-color:#00003D;
	border:0px;
	color:#FFC500;
	font-family:Arial,Helvetica,Verdana;
	font-size:14px;
	font-weight:bold;
	text-indent:5px;
	text-align:left;
	}
	
/* Applies to table container */
.cst_seller_info{
background-color:#EFEFEF;
width:100%;
padding:5px;
}
	/* Applies to the seller's information table items */
	.cst_seller_item{
	}
/* Applies the the extra fields table */
.cst_seller_extras{
width:100%;
background-color:#CCCCCC;
padding:0px;
}
	/* Applies to each row for the extra fields */
	.cst_seller_ex_item{
	padding-left:5px;
	}
/* Image Swap */
/* Applies to the table for the image swap */
.cst_view_ad_image_table{
background-color:#FFFFFF;
border:0px;
width:100%;
padding:0px;
}
/* Applies to the large image for the image swap */
.cst_large_image{
width:400px;
height:400px;
vertical-align:top;
text-aligh:center;
}
/* Applies to the td container for the image swap thumbs */
.cst_thumb_list{
text-align:left;
padding:0px;
vertical-align:top;
}
/* General style for images */
.cst_image{
border:0px;
vertical-align:top;
padding:0px;
}
th {
	background:#00003d;
}
.login_box {
	padding:15px 0 0 15px;
}
.left-box {
	background:#eeeeee;
	border:0;
}
#sidebar h1 {
	border:0;
}
#form h2 {
	background:#00003d;
}
#sidebar ul.sidemenu li {
	border:0;
}
