@charset "utf-8";
/* CSS Document */
/* -------------------------------------------------------------- 
  
   custom.css
   * Custom CSS.
   
-------------------------------------------------------------- */
@import url("reset.css");
@import url("common.css");
html, body {
	line-height: 20px;
	margin:0px;
	height:100%;
	background:url(../imgs/header_bg.jpg) repeat-x;
	background-color:#f3f3f3;
	font-size:12px;
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
 height:100% ;
 min-height: 100%;
}
a {
	text-decoration:none;
	outline:none;
	color:#a3a3a3;
}
/*
a:hover {
	text-decoration:none;
	color:#de8800;
}*/
a, img {
	border: none;
	outline:none;
}
.spl_link {
	color:#f3b400;
}

small
{
	font-size:10px;
}

.small-link-on-white
{
	color:#c46e3a;
	font-size:11px;;
}


li {
	list-style:none;
}
h3 {
	font-family: Georgia, Tahoma, Geneva, sans-serif;
	font-size:22px;
	color:#171717;
	line-height:25px;
}
h4 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#fff;
}
p {
	font-size:11px;
	/*color:#a3a3a3;*/
	color:#222;
	line-height:18px;
	font-size:12px;
}

p a
{
	color:#de8800;
}

h5
{
	color:#fff;
}

#container {
	width:1000px;
	margin:0;
	position:relative;
    min-height:100%;
	bottom:10px;
		
}
.header {
	height:103px;
}
.logo {
	width:410px;
	height:93px;
	display:block;
	padding-top:10px;
}
.search {
	top:56px;
	left:415px;
	position:absolute;
	width:560px;
	height:47px;
	background:url(../imgs/search-bg.jpg) repeat-x;
}
.search form {
	padding-top:15px;
}
.search form input[type=text] {
	width:300px;
}

input.small_input_text
{
	width:75px;

}
.general_button, input[type=submit] {
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
	font-weight:bold;
	background:url(../imgs/general_button_bg.jpg) repeat-x left top;
	background-color: #db6600;
	padding-left:6px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:2px;
	color: #000000;
	border:1px solid #de8800;
	cursor:pointer;
}
.general_button:hover , input[type=submit]:hover{
	background:url(../imgs/general_button_bg.jpg) repeat-x left bottom;
	border:1px solid #de8800;
}
.top_nav {
	margin-right:20px;
	margin-top:5px;
}
.top_nav li {
	float:left;
	padding:10px;
}
.top_nav a {
	color:#a3a3a3;
}
.top_nav a:hover {
	color:#de8800;
}

.warn
{
	color:#171717;
}
.warn a {
	color:#de8800;
}

.trasaction_head, .msg_log_head
{
	border:#CCC solid 1px;
	background-color:#333;
	padding:5px;
	min-height:0px;
	min-width:100%;
	margin-bottom:-1px;
	color:#a3a3a3;
	font-weight:bold;
}


.trasaction_row , .msg_log_row
{
	border:#CCC solid 1px;
	background-color:#fff;
	padding:5px;
	min-height:0px;
	min-width:100%;
	margin-bottom:-1px;
}

.trasaction_row:hover
{
	background-color:#fff8ee;
}

.trasaction_row li, .trasaction_head li
{
	float:left;
	min-width:100px;
	max-width:250px;
	padding-right:10px;
	padding-left:10px;
}

.msg_log_row li, .msg_log_head li
{
	float:left;
	min-width:100px;
	max-width:400px;
	padding-right:10px;
	padding-left:10px;
}

.middle_content {
	/* margin-bottom:30px; */
	padding-bottom:30px;
}
.content {
	margin-left:205px;
	padding-top:20px;
}
.banner {
	padding-right:20px;
}
.offer {
}

.side_bar {
	width:185px;
	background-color:#474947;
}
.member_area {
	padding:10px 20px 20px 20px;
	background:url(../imgs/member_area_bg.jpg) repeat-x left top;
}
.categories {
	padding:20px;
	background:url(../imgs/categories_bg.jpg) repeat-x #6c6f6e left top;
}
.categories ul {
	padding-left:10px;
}

.categories a
{
	color:#e6e6e6;
}

.categories a:hover
{
	color:#de8800;
}
.newsletter {
	padding:10px 20px 20px 20px;
	background:url(../imgs/member_area_bg.jpg) repeat-x left top;
}

.itemName
{
	font-size:22px;
	font-family: Georgia, Tahoma, Geneva, sans-serif;
	padding-bottom:10px;
}

.itemName a
{
	font-size:16px;
	color:#de8800;
}

.itemName2
{
	font-size:18px;
	font-family: Georgia, Tahoma, Geneva, sans-serif;
	padding-top:15px;
	padding-bottom:2px;
}

.itemName2 a
{
	color:#de8800;
}

.itemName3
{
	font-size:18px;
	font-family: Georgia, Tahoma, Geneva, sans-serif;
	padding-bottom:5px;
}

.itemName3 i
{
	color:#999;
}

.breadcrumb
{
	/*font-size:11px;*/
	padding-bottom:10px;
}

.breadcrumb a
{
	color:#de8800;
}

/* Tabs */

/* Tabs
----------------------------------*/
.tab_content
{
	float:left;
}	

#tabs {
	width:767px;
	margin-top:20px;
}

/*#tabs ul {
	height:28px;
}
#tabs li {
}
*/
.recent_panel {
	min-height:235px;
	font-size:11px;
	color:#000;	
}
.recent_panel p
{
	color:#000;
	line-height:20px;
}

/*.recent_panel div {
	margin:10px;
}*/

.description_textarea
{
	width:610px;
	height:200px;
}	

.discriptionPreview
{
	
	border:#CCC solid 1px;
	/*background-color:#fff8e4;*/
	background-color:#fff;
	/*width:600px;*/
	border-bottom:#CCC solid 2px;
	border-right:#CCC solid 2px;
	padding:10px;
	min-height:0px;
	min-width:90%;
	/*margin-top:10px;*/
	margin-bottom:15px;
}

.itemDetails
{
	
	border:#CCC solid 1px;
	/*background-color:#fff8e4;*/
	border-bottom:#CCC solid 2px;
	border-right:#CCC solid 2px;
	font-size:11px;
	background-color:#fff;
	padding:10px;
	min-height:0px;
	margin-top:10px;
}

.itemDetails h1, .discriptionPreview h1
{
	font-size:15px;
}

.itemDetails h2, .discriptionPreview h2
{
	font-size:13px;
}

.itemDetails pre, .discriptionPreview pre
{
	background-color:#fff;
	font-style:italic;
	padding:10px;
}


.comment_row
{
	
	border:#CCC solid 1px;
	background-color:#fff;
	margin-top:15px;
	margin-bottom:15px;
	min-height:120px;
	padding:10px;
	
}

.comments_padding
{
	padding-left:120px;
}

.filerow
{
	
	border:#CCC solid 1px;
	background-color:#fff;
	margin-bottom:15px;
	/*width:600px;*/
	height:100px;
	border-bottom:#CCC solid 2px;
	border-right:#CCC solid 2px;
}

.filerow:hover
{	
	background-color:#f8f8f8;
}

.filerow div
{
	padding:10px;
	font-family:tahoma;
	
}

.filerow div p
{
	font-size:0.9em;
	color:#494949;
	margin:0px;
	line-height:15px;
	width:570px;
	
}

/*
.filerow div a
{
	color:#1e1e1e;
	font-size:1.2em;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}

.filerow div a:hover
{
	color:#c46e01;
}
*/

.filerow div h4
{
	color:#c46e01;
	font-size:2em;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
}

.filerow div h5
{
	color:#c46e01;
	font-size:1.1em;
	text-align:center;
}

.list-item-name
{
	color:#1e1e1e;
	font-size:1.2em;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
}

.list-item-name:hover
{
	color:#de8800;
}

.thumbWidth
{
	width:80px;
}

.thumbHeight
{
	height:80px;
}
.flashPreviewBox
{
	border:solid 1px #999;
	background-color:#e2e2e2;
	background:#FFF;
	height:300px;
}
#myFlashContent
{
	float:left;
}

.sideDetailsBox
{
	text-align:center;
	padding-top:15px;
	margin-left:590px;
	
}

.sideDetailsBox h3
{
	margin:0 0 2px 0;
}

.details_bgColor
{
	/*background-color:#fffdf7;*/
}


/* ************************ FULLSCREEN PREVIEW */

#fullscreenImageButton { 
	position: absolute; 
	height: 50px; width: 200px; 
	text-align: center; 
	margin-top:-200px;
	margin-left:200px;
	background-color:#000; 
	color:#fff; 
	font-family: Georgia, Tahoma, Geneva, sans-serif;
	font-size:18px;
	line-height:25px;
	border: 1px solid #fff;
	padding:5px;

}
#fullscreenImageButton div.buttons { text-align: center; min-width: 132px; margin: 153px auto 0px auto; overflow: hidden; }

#fullscreenImageButton:hover
{
background-color:#111; 
}
#fullscreenImageButton h4
{
	font-size:12px;
	line-height:18px;
	color:#ccc; 
}

/* ************************ Accont Navigation */

.account_nav {
	height:40px;
	background-color:#333;
	border: 1px solid #999;
	border-bottom:3px solid #999;
	border-right:3px solid #999;
	display:block;
	font-size:13px;
	color:#de8800;
	margin-bottom:10px;
}
.account_nav li {
	float:left;
	padding:10px;
}
.account_nav a {
	color:#a3a3a3;
}
.account_nav a:hover {
	color:#de8800;
}

.account_nav  .account_nav_selected {
	color:#a3a3a3;
}

.errorMsg
{
	color:#d10000;
}

.funds_form
{
	width:170px;
}

.footer {
	clear:both;
	width:100%;
	height:25px;
	background-color:#111111;
	position: relative;
	margin-top:-25px;/* move the footer up negatively exactly the same height
         as the footer so that its back in the view and always
         appears to rest at the bottom
         of the page */
}
.footer p {
	margin-left:25px;
	padding-top:5px;
}

/* Pagination */

#pagination a, #pagination strong {
	 background: #e3e3e3;
	 padding: 4px 7px;
	 text-decoration: none;
	border: 1px solid #cac9c9;
	color: #292929;
	font-size: 13px;
	}

	#pagination strong, #pagination a:hover {
	 font-weight: normal;
	 background: #cac9c9;
	}
	
	/* Tooltip */
	
p#vtip { display: none; position: absolute; padding: 12px; left: 5px; font-size: 1em; color:#fff; background-color: #000; border: 1px solid #4d4d4d; z-index: 9999; }
p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }