div.album_info {
	background-color: #f0f0f0;
	font-family: Geneva;
	font-size: 10px;
	height: 100%;
	width: 100%;
}

div.d_album_header {
	padding: 5px;
	background-color: #FF0088;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

div.album_info div.album_body {
	padding: 10px;
	position: relative;
}

div.album_info div.album_body div.album_pic {
	position: absolute;
	left: 10px;
	top: 10px;
}

div.album_info div.album_body div.album_data {
	position: absolute;
	left: 320px;
	top:10px;
}

div.album_info div.album_body div.track_list {
	position: absolute;
	left: 320px;
	top:120px;
	height: 285px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 300px;
}

div.album_info div.album_body div.track_list li {
	list-style-type: decimal;
}

div.album_info div.album_body div.album_text {
	position: absolute;
	float: none;
	clear: both;
	top:420px;
	left: 10px;
	font-size: 9px;
	overflow-y: auto;
	height: 100px;
}

div.album_info div.album_body div.track_list ul {
	padding-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#buydiv {
	position: fixed;
	display: none;
	top:33%;
	left: 33%;
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
	padding: 20px;
}

div#buydiv h1 {
	color: #333333;
	font-family: Geneva;
}

div#buydiv input.code {
	border: none;
	background: none;
	width: 20px;
}

div#buydiv div.bottom {
	margin-top: 10px;
	text-align: right;
}

div#buydiv span.btn {
	margin: 10px;
	font-size: 12px;
	cursor: pointer;
}

div#buydiv input.numericfield {
	border: 1px solid #e0e0e0;
}

table.dist_src_result span.btn {
	margin: 4px;
	cursor: pointer;
	display: block;
}

table.dist_src_result span.btn img {
	display: block;
}


.dist_search_2
{
	background-color:#F0F0F0;
	width:720px;
	font-family: Geneva;
	font-size: 13px;
}

.dist_search_2 .note
{
	color:#333;
	font-size:8px;
}

.dist_search_2 input
{
	border:1px solid #000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	padding:0;
}

.dist_search_2 input:focus
{
	background-color:#FCF;
}

.dist_search_2 select
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.dist_search_2 td
{
	padding-left:15px;
	padding-right: 15px;
}

table.areadistributori .pic {
	background-color: #f0f0f0;
}

table.areadistributori td.title a {
	color: #000000;
	text-transform: capitalize;
}

table.areadistributori td.title a:hover {
	color: #333333;
}


.dist_checkout_label {
	margin:1px;
	float:right;
	margin-right:5px;
}

table.areadistributori {
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 10px;
}

table.areadistributori td.colsx {
	width: 150px;
	background-color: #666;
}

table.areadistributori td.colsx a {
	color: #CCC;
}

table.areadistributori td.coldx {
	padding: 20px;
}

table.areadistributori td.header {
	height: 100px;
	background-color: #666;
	padding: 10px;
	padding-top: 30px;
	vertical-align: top;
	font-size: 26px;
	color: #FFF;
}

table.areadistributori td.colsx ul.menu {
	padding-left: 15px;
	list-style-type:circle;
	font-size: 10px;
	color: #CCC;
	margin-bottom: 25px;
	margin-top: 25px;
}

table.areadistributori td.colsx ul.menu li {
	margin-bottom: 4px;
}

table.areadistributori td.colsx ul.menu li:hover {
	list-style-type: square;
	color: #FFF;
}

table.areadistributori td.colsx ul.menu li:hover a {
	color: #FFF;
}

div.checkout_div {
	width: 720px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f0f0f0;
	position: relative;
}

div.checkout_div a {
	position: absolute;
	top:5px;
	left: 300px;
	font-weight: bold;
	height: 20px;
	width: 160px;
	text-align: center;
	background-image: url(/e4f/distributor/includes/checkout.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;	
	padding-top: 2px;
}

div.checkout_div a:hover {
	background: none;	
	color: #ff0088;
}

ul.logged_user_left_link
{
	color:#FFF;
	float:left;
	display: inline;
	font-size:10px;
	font-weight:700;
	padding-left: 25px;

}

ul.logged_user_left_link li {
	list-style-type: disc;
	margin-bottom: 5px;
}

ul.logged_user_left_link li:hover {
	list-style-type: square;
	color: #FFF;
}

ul.logged_user_left_link a
{
	color:#FFF;
}

ul.logged_user_left_link a:hover
{
	color:#FFF;
}

table.cart_list td.btn_cell span.edit_btn {
	display: block;
	float: left;
	height: 18px;
	width: 60px;
	background-image: url(/e4f/images/btn_modify.gif);
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

table.cart_list td.btn_cell span.edit_btn:hover {
	background-position: bottom left;
}

table.cart_list td.btn_cell span.remove_btn {
	display: block;
	float: left;
	height: 18px;
	width: 60px;
	margin-left: 2px;
	background-image: url(/e4f/images/btn_remove.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

table.cart_list span.btn_empty {
	display: block;
	height: 18px;
	width: 60px;
	background-image: url(/e4f/images/btn_empty.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

table.cart_list span.btn_empty:hover {
	background-position: bottom left;
}

table.cart_list td.btn_cell span.remove_btn:hover {
	background-position: bottom left;
}

table.cart_list tr {
	height: 20px;
}

table.cart_list td.btn_cell {
	width: 125px;
}

div.sms_form {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

div.sms_form input.sendBtn {
	background-color: #E20079;
	border: 1px solid #e0e0e0;
	color: white;
	position: relative;
	left: 650px;
}

table.newmsgtable {
	background-color: #cccccc;
	color: #FFFFFF;
	width: 100%;
	border-right: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;	
}

table.newmsgtable thead td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px dotted #FFFFFF;
	border-top: 1px dotted #FFFFFF;
}

table.newmsgtable tbody td {
	border-left: 1px dotted #FFFFFF;
	border-top: 1px dotted #FFFFFF;
	padding: 5px;
}

table.newmsgtable td.ordernum {
	width: 150px;
}

table.newmsgtable td.message {
	font-weight: bold;
	color: red;
}

div.mp3_checkout_btn {
	height: 30px;
	width: 120px;
	background-image: url(/e4f/images/checkoutmp3_btn.png);
	background-position: top left;
	background-repeat: no-repeat;
}

div.mp3_checkout_btn:hover {
	background-position: bottom left;
}


div.checkout_btn {
	height: 30px;
	width: 120px;
	background-image: url(/e4f/images/checkout_btn.png);
	background-position: top left;
	background-repeat: no-repeat;
}

div.checkout_btn:hover {
	background-position: bottom left;
}

ul.prod-paging {
	clear: both;
}

ul.prod-paging li {
	display: block;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	width: 20px;
	background-color: #E20079;
	color: white;
}

ul.prod-paging li.current {
	color: #E20079;
	background-color: white;
}

ul.prod-paging li a {
	font-weight: bold;
	color: white;
} 

ul.prod-track-list {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	float: left;
}

div#homemp3PlayerDiv {
	background-color: #666666;
}


div.pluginBtn {
	background-Image : url('http://www.saifam.com/external/images/dwnallbtn.png');
	background-Position : top left;
	background-Repeat : no-repeat;
	height : 24px;
	width : 122px;
}


fieldset.config {

}

fieldset.config p {
	padding-left: 10px;
}

fieldset.config hr {
	background: none;
	border: none;
	border-top: 1px dotted black;
}

fieldset.config fieldset.preview {
	border:1px solid black;
	width:110px;
	margin-left: 10px;
	clear: both;
}

fieldset.config label {
	display: block;
	float: left;
	width: 250px;
	margin-top: 6px;
}

#logged_user_sx_body {
	height: 120px;
}

#download_cart {
	height: 40px;
}

.basket_alert {
	font-size: 16px;
	color: red;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 10px;
	background: #FFF0F0;
	border: 1px solid red;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.basket_alert.product {

}

.blink {
	color: rgb(255,255,0);
	font-weight: bold;
}

