/* CSS Document */

body{
	background-color: #f4f4f4;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
}

/* DL NEW */

p {
	color: #333333;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #9f2974;
	margin-bottom: 0.75em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9f2974;
	font-size:18px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9f2974;
	font-size:16px;
	margin-bottom: 0.75em;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9f2974;
	font-size:13px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9f2974;
	font-size:12px;
}

#wrapperBg {
	width: 986px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#headerBg {
	width: 986px;
	background-image: url(../../images/headerBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 178px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
	.clear {
	clear: both;
}

#contentBg {
	width: 986px;
	background-image: url(../../images/contentBg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

#mainContent {
	width: 950px;
	margin-right: auto;
	margin-left: 17px;
	margin-top: 0px;
	background-color: #231F20;
	float: left;
	padding: 0px;
}

#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 80px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer p {
	color: #FFFFFF;
	
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	
}

#footer a:hover {
	text-decoration: underline;
}
#footerBg {
	width: 986px;
	background-image: url(../../images/footerBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 12px;
	margin: 0px;
	height: 85px;
	clear: both;
}



#mainNavigation a {
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
	padding-right: 15px;
}

a.btnSell{
	width: 158px;
	height: 24px;
	display: block;
	background-image: url(../../images/btns/sell-btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}
#mainContent #mainNavigation {
	padding-top: 5px;
	
	padding-left: 60px;
}


a.btnSell span { display: none; }

a.btnSell:hover {
	background-image: url(../../images/btns/sell-btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
a.btnNews{
	width: 109px;
	height: 24px;
	display: block;
	background-image: url(../../images/btns/news_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}

a.btnNews span { display: none; }

a.btnNews:hover {
	background-image: url(../../images/btns/news_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
a.btnBuy{
	width: 135px;
	height: 24px;
	display: block;
	background-image: url(../../images/btns/buy-btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}

a.btnBuy span { display: none; }

a.btnBuy:hover {
	background-image: url(../../images/btns/buy-btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
a.btnArtist{
	width: 87px;
	height: 24px;
	display: block;
	background-image: url(../../images/btns/artist-btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}

a.btnArtist span { display: none; }

a.btnArtist:hover {
	background-image: url(../../images/btns/artist-btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}

#sidePanel{
	float: right;
	margin-right: 20px;
	clear: right;
}
/*shop buttons */

a.btnShopHome{
	width: 105px;
	height: 24px;
	display: block;
	background-image: url(../../images/btns/shophome-btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}

a.btnShopHome span { display: none; }

a.btnShopHome:hover {
	background-image: url(../../images/btns/shophome-btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}

a.btnBasket{
	width: 175px;
	height: 24px;
	display: block;
	background-image: url(../../images/btns/viewbasket-btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}

a.btnBasket span { display: none; }

a.btnBasket:hover {
	background-image: url(../../images/btns/viewbasket-btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}

a.btnArtLogin{
	width: 109px;
	height: 24px;
	display: block;
	background-image: url(../../images/btns/artistlogin_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}

a.btnArtLogin span { display: none; }

a.btnArtLogin:hover {
	background-image: url(../../images/btns/artistlogin_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
#adminContent {
	background-color:#FFFFFF;
	clear:both;
	float:left;
	width:890px;
	margin-top:10px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:0px;
	background-image: url(../images/admin_top_corners.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
}
/* DL END */

A:link,A:active,A:visited{
	color:#505050;
	text-decoration:none;
}

A:hover{
	color:#505050;
	text-decoration:underline;
}

INPUT{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#505050;
}

SELECT{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#505050;
}

TEXTAREA{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#505050;
}


#layout{
	width:950px;
	margin:0px 0px;
}

/*.header{
	height:85px;
	border:solid 1px #E1E1E1;
	border-bottom:solid 15px #4BD74F;
	background:#fff url(../images/header_grdnt.gif) repeat-x left top;
	margin-bottom:5px;
}*/


.logouts{
	width:40px;
	float:right;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.logouts_2{
	width:300px;
	float:right;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.clear_float{
	clear:both;
	height:0px;
	line-height:0px;
}

/*.main_body{
	min-height:400px;
	height:auto !important;
	height:400px;
	border:solid 1px #E1E1E1;
	background:#FFF;
	margin-bottom:5px;
	margin-left:17px;
	margin-right:18px;
	padding-left:10px;
	padding-right:10px;
}
*/
/*.copyright{
	background:#DAD8D8;
	border:solid 1px #C4C3C3;
	height:25px;
	color:#000;
	padding-top:8px;
}*/

.incorrect_text{
	color:#FF0909;
	font-weight:bold;
	margin:50px 0px 50px;
}

.incorrect_text IMG{
	vertical-align:middle;
}

.login_box{
	margin:0px 0px 0px 0px;
	width:362px;
}

.login_area{
	padding:0px 28px;
}

.login_text{
	
	margin-bottom:10px;
}

.login_txtbx{

}

.login_txtbx TD{
	padding-bottom:7px;
}

.login_txtbx INPUT{
	width:218px;
}


.login_bttn{
	width:50px !important;
	height:19px;
	background:url(../images/login_bttn.gif) no-repeat left top;
	border:0;
}

.links_container{
	width:192px;
	float:left;
	padding:10px 0px;
	color:#333;
}

.links_container DIV{
	margin-left:14px;
	border-bottom:dashed 1px #666;
	padding:7px 0px;
}

.links_container DIV DIV{
	margin-left:14px;
	border:0;
	padding:12px 0px 0px;
}

.content_area{
	width:660px;
	float:left;
	min-height:617px;
	height:auto !important;
	height:617px;
	padding-left:20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.welcome_box{
	width:482px;
	margin:130px 0px 0px 125px;
}

.wecome_txt_area{
	background:url(../images/welcome_box_bg.gif) repeat-y left top;
	height:67px;
	font:19px Tahoma;
	padding-top:33px;
}

.page_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #9f2974;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width: 100%;
}

.manage_top{
	margin-bottom:10px;
}
.toplinksCopy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9f2974;
}

.manage_top TD IMG{
	vertical-align:TOP;
}

.page_nos{
	font-weight:bold;
}

.manage_table{

	margin-bottom:10px;
}

.manage_table TH{
	background:url(../images/manage_table_th_bg.gif);
	height:29px;
	font-weight:normal;
	padding:0px 4px;
}

.manage_table TD{
	padding:2px 4px;
}

.grey_tr{
	background:#EAEAEA;
}
.top_btn_container{
	margin-bottom:6px;
}

.text_information{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
	font-weight:bold;
	
	
}

.required{
font-size:12px;
color:#FF0000;

}


/*-----syle to display the tool top text-----*/


#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}


/*---new classes---*/

.home_links{
	width:125px;
	height:39px;
	float:left;
	padding:36px 0px 0px 11px;
}

.button {
	color: #FFFFFF;
	background-color: #9f2974;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}

/*#login_area_new{
	width:178px;
	height:179px;
	background-color:#000;
	padding:20px 15px 0px;
}*/

#login_area_new INPUT{
	margin:0px 0px 7px;
}

.reset_bttn{
	width:50px !important;
	height:19px;
	background:url(../images/reset.gif) no-repeat left top;
	border:0;
}.adminBotCorners {
	height: 15px;
	width: 910px;
	float: left;
	background-image: url(../images/admin_bot_corners.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 40px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
}
