/* CSS Document */

body{
	background-color: #f4f4f4;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*------------------DL NEW START */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}



/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1.sifr {
	visibility: hidden;

}

.sIFR-hasFlash h2.sifr {
	visibility: hidden;

}
.sIFR-hasFlash h3.sifr {
	visibility: hidden;

}

.sIFR-hasFlash h4.sifr {
	visibility: hidden;

}


p {
	font-size: 0.7em;
	line-height: 1.4em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	color: #666666;
}

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-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 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: 30px;
	clear: right;
	margin-bottom: 20px;
}
#shoppingcart {
	background-color: #FFFFFF;
	width: 200px;
	background-image: url(../images/side_corner_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}

/*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;
}


.portfolioIMG {
	width: 130px;
	float: left;
	height: 100px;
	text-align: center;
	padding: 20px;
}

/*---------------- DL NEW END */

A:link, A:active, A:visited{
color:#9f2974;
	
}

A:hover{
	
}

INPUT{
	
}

SELECT{
	
}

#layout{
		
}

#header{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 950px;
	height: 10px;
}


#logo{
	
}
#header_right{
	float:right;
	font-size: 0.7em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header_right IMG{
	margin-top:10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#links_container{
	background-color:#4BD74F;
	float: left;
	width: 950px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


.float_clear{
	height:0px;
	line-height:0px;
	clear:both;
	
}

.float_clear1{
	height:0px;
	line-height:0px;
	clear:both;
}


.links{
	
}

.links A:link,.links A:active,.links A:visited{
	
}

.links A:hover{
	
}

#links_active{
	
}
#search{
	margin: 0px;
	width: 400px;
	clear: left;
	float: left;
	color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.search_area{
	color:#999999;
	margin: 0px;
	font-size: 0.7em;
	padding: 0px;
	height: 20px;
	float: left;
}

.search_area SELECT{
	width:121px;
	
}

.go_btn{
	background:url(../images/go_bttn.gif) no-repeat left top;
	width:27px;
	height:19px;
	border:0;
	cursor:pointer;
}


#banner_container{
	background-color: #FFFFFF;
	padding: 10px;
	width: 630px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
}

#banner{
	
}

#cms_align{
		
}

#login_area{
	width:180px;
	background-color:#ffffff;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #999999;
	font-size: 0.7em;
	float: right;
	background-image: url(../images/side_corner_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}

#login_areaMain{
	width:180px;
	background-color:#ffffff;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #999999;
	font-size: 11px;

	margin: 0px;
}
.sideBitCorner {
	float: left;
	width: 220px;
	margin-bottom: 20px;
	background-image: url(../images/side_corner_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	padding: 0px;
}


#login_area INPUT{
	margin:0px 0px 7px;
}

.login_bttn{
	background:url(../images/login_bttn.gif) no-repeat left top;
	height:19px;
	width:47px;
	border:0;
	cursor:pointer;
}

.bttn_cnt{
	
}

.bttn_cnt INPUT{
	
}

.login_btm_lnks{
	
}

html>body .login_btm_lnks{
	
}

.login_btm_lnks IMG{
	
}

.main_body{
	float: left;
	width: 950px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	
}

html>body .main_body{
	
} 

.copyright_area{
	
}

#copyright_lft{
	float: left;
	width: 100px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}




#copyright_rgt{
	font-size: 0.7em;
	color: #999999;
	margin: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#body_left_area{
	float: right;
	width: 240px;
	margin-right: 10px;
	
}

#categories{
	width: 180px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/side_corner_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#artistShops{
	width: 180px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	background-image: url(../images/side_corner_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#category_list UL, #shop_list UL{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 0.75em;
	line-height: 18px;
}

#category_list UL LI, #shop_list UL LI{
	margin: 0px;
	padding: 0px;	
}

#items{
	float: left;
	width: 600px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 30px;
	background-image: url(../images/top_corner-shop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.shopBotCorner  {
	height: 15px;
	width: 640px;
	float: left;
	margin-left: 30px;
	background-image: url(../images/bot-corner-shop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 20px;
}


#items_top_area{
	height:33px;
	background:url(../images/items_top_links_bg.gif) repeat-x left top;
	overflow:hidden;
}

#items_top_area_ttl{
	min-width:75px;
	width:auto !important;
	width:75px auto;
	height:23px;
	background:url(../images/top_title__bg.gif) repeat-x left top;
	overflow:hidden;
	float:left;
	color:#F4700E;
	font-weight:bold;
	padding-top:10px;
}

.items_top_area_img{
	float:left;
}


#items_display_area{
	background-color: #FFFFFF;
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 55px;
	width: 540px;
}
#cat_display_area{
	background-color: #FFFFFF;
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	width: 540px;
}

#scroll_display_area{

}

html>body #items_display_area{
	
	
	}
.item_block1{
	width:140px;
	float:left;
	color: #999999;
	font-size: 0.7em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 14px;
	margin-left: 10px;
	height: 122px;
	background-repeat: no-repeat;
	background-position: left top;
}
.cat_block1{
	width:125px;
	float:left;
	color: #999999;
	font-size: 0.7em;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 125px;
	background-repeat: no-repeat;
	background-position: left top;
}

.item_block2{
	width:127px;
	height:112px;
	background:url(../images/item_bg.gif) no-repeat left top;
	float:left;
	margin:0px 16px 14px 8px;
	color: #999999;
	font-size: 0.7em;
}

.item_block3{
	width:127px;
	height:112px;
	background:url(../images/item_bg.gif) no-repeat left top;
	float:left;
	margin-bottom:14px;
	color: #999999;
	font-size: 0.7em;
}

.item_thumb{
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #990066;
}

.item_block_links{
	padding: 0px;
	margin: 0px;
}

html>body .item_block_links{
	margin: 0px;
	padding: 0px;
}

.more_links{
	
}
.more_links A:link,.more_links A:active,.more_links A:visited{
		
}

.more_links A:hover{
	
}

#body_right_area{
	padding: 10px;
	margin-left: 20px;
}

.container_rgt{
	width: 200px;
	margin-right: 20px;
	float: right;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#news_body{
	background-color: #FFFFFF;
	color: #999999;
	font-size: 0.7em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.news_date A:link, .news_date A:active, .news_date A:visited,.news_date A:hover{
	

}

.news_discription{
	
}

.marketing_prdct_ttl{
	
}


.marketing_prdct_ttl A:link,.marketing_prdct_ttl A:active,.marketing_prdct_ttl A:visited{
	
}

.marketing_prdct_ttl A:hover{
	
}

#marketing_body{
	
}

.marketing_discription{
	
}

.marketing_discription_bottom{
	
}

.login_arrow{
	
}

.previous{
	
}

.next{
	
}

/* product Detils*/

#item_details{
	float: left;
	background-color: #FFFFFF;
	width: 600px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-image: url(../images/top_corner-shop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#itemBigimage{
	
}
#productBigimage{
	padding:20px;

	text-align: center;
}
#productBigimage IMG{
	
}
#items_display_area_dets{
	padding: 10px;
}
#itemDescription{
	
}
#itemDescription .product_sold{
	
}

h4.productHead{
	
}

.productId{
	
}

.productPrice{
	
}
.detailsBotLinks{
	
}


/*Portfilio*/

#portfilo_top_links{
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;	
}

#seller_info_container{
	background-color: #FFFFFF;
	
	color: #999999;
	font-size: 0.7em;
}

#seller_info_left{
	
}

#seller_info_right{
	
}

#seller_info_right{
	
}

#seller_info_right IMG{
	
}

.seller_info_table TD{
	
}

#seller_discription{
	font-size: 0.7em;
	color: #999999;
}

#sample_work_title{
	
}

.sample_photo{
	
}

.sample_photo1{
	
}

#my_cart{
	
}

#mycart_discription{
	
}


/*---newly added---*/

.text_information{
   
	
	
}

.required{


}


/*------new div------*/


#items_top_area_1{
	width:600px;
	height:43px;
	float:left;
	overflow:hidden;
	background-image: url(../images/items_top_links_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#items_top_area_ttl_2{
	min-width:75px;
	width:auto !important;
	width:75px;
	height:23px;
	background:url(../template3_images/top_title__bg.gif) repeat-x left top;
	overflow:hidden;
	float:left;
	color:#333333;
	font-weight:bold;
	padding-top:10px;
	text-transform: uppercase;
	font-size: 12px;
}


/*------new div-------*/

/*---Newly Added---*/

.item_block_category{
	width:127px;
	height:75px;
	background:url(../images/portfolio_category.gif) no-repeat left top;
	float:left;
	margin:0px 8px 14px 0px; 
}

.button{

}

.reset_bttn{
	
}
.subheading{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990066;
 }
.loginField {
	font-size: 11px;
	color: #000000;
}
#feedbackTBL {
	font-size: 12px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.required {
color:#CC0000;
}
.CartTBL {
	font-size: 12px;
	width: 560px;
}
.CartTBL th{
	color: #FFFFFF;
	background-color: #9f2974;
}
.CartTBL td{
	color: #333333;
}
.greyBg {
background-color: #f3f3f3;
}
.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;
}
.button:hover {
	color: #FFFFFF;
	background-color: #3399CC;
	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;
}
.textbox {
	border: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	margin: 0px;
	
}.text_information {
	font-weight: bold;
	color: #CC0000;
	font-size: 11px;
	padding-bottom: 5px;
}
