/* CSS Document */


/*---------menu------------*/

ul#tab {
	list-style:none;
	margin:0;
	padding:0;
}

ul#tab li{
	float:left;
	margin-right:2px;
}

#tab-current{
	font-size:13px;
	color:#333333;
	font-weight:bold;
	background-color:#ffffff;
}


#tab-current a{
	color:#333333;
	text-decoration:none;
}

#tab-current a:hover{
	color:#333333;
	text-decoration:underline;
}

.tab-bg{
	background-image:url(../site-images/myaccount/tab-bg.gif);
	background-repeat:repeat-x;
	height:30px;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
}

.tab-bg a{
	color:#ffffff;
	text-decoration:none;
	}
	
.tab-bg a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#header {
	background-image:url(../site-images/myaccount/my-account.jpg);
	background-repeat:no-repeat;
	width:998px;
	height:145px;	
}

#login-place{
	background-image:url(../site-images/myaccount/login-bg.gif);
	line-height:34px;
	height:34px;	
	color:#FFFFFF;
	padding:0 10px;
}

#account-menu,#submenu{
	list-style:none;
	margin:0;
	padding:0;
}

#account-menu li{
	float:left;
	margin:0 6px;
}

#account-menu li a{
	color:#FFFFFF;
	text-decoration:none;
}

#account-menu li a:hover{
	color:#F48421;
}

#account-menu-current{
	color:#F48421;
	background-image:url(../site-images/myaccount/menu-arrow.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	font-weight:bold;
}

#content-left{
	float:left;
	width:200px;
	margin:20px 0 0 20px;
}

#submenu li {
	padding:8px;
	border-bottom:1px dotted #19335D;
}

#submenu li a{
	color:#000000;
	text-decoration:none;
}

#submenu li a:hover{
	color:#EA6924;
	text-decoration:none;
}

#submenu-current {
	color:#EA6924;
	background-image:url(../site-images/myaccount/arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#submenu li.last{
	border-bottom:0;
}

#header-text{
	padding:100px 0 0 20px;
}

#header-text a{
	color:#666666;
	text-decoration:none;
}

#header-text a:hover{
	text-decoration:underline;
}

#content-right{
	border:0px solid red;
	float:right;
	margin:20px 10px 0 0;
	width:700px;
}

.grey-frame{
	background-color:#f4f4f4;
	padding:10px 20px;
}


.receipt-table {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}

table.receipt-table tr th{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}

table.receipt-table tr td{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	text-align:center;
	height:30px;
	line-height:30px;
}

table.receipt-table tr td a {
	color:#000000;
	text-decoration:none;
}

table.receipt-table tr td a:hover {
	text-decoration:underline;
}

table.buy-credits tr td {
	height:30px;
	line-height:30px;
}

.job-alart{
	background-color:#F2F2F2;
}

.job-alart table tr td{
	height:30px;
	line-height:30px;
	border-top:1px solid #ffffff;
	padding-left:10px;
}

.job-alart table tr td a{
	color:#000000;
	}
	
.job-alart table tr td a:hover{
	color:#185895;
	}

.td-link a{
	color:#185895;
}

.td-link a:hover{
	color:#F48322;
}

/*-------------acution--------------*/

.product-sale{	
	width:186px;
	margin-right:30px;
	margin-bottom:20px;
	float:left;
	position:relative;
}

.product-border{
	border-left:1px solid #5482C6;
	border-right:1px solid #5482C6;
}

#productItem-line{
	border-bottom:1px dotted #5482C6;
	border-top:1px dotted #5482C6;
	background-color:#DCECFF;
}

.featuredItem-text{
	margin-left:20px;
}

.sold{
	position:absolute;
	top:0;
	left:111px;
	display:block;
}

div#bottom {
height:46px; 
text-align:center; 
padding-top:10px;
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#174784;
margin-top:30px;
}

div#bottom a {
color:#FFFFFF;
}
