/* Remove margin padding and border (Universal)
-----------------------------------------------------------------------------*/
* { margin: 0; padding: 0; border: 0px; }


/* Scrollbar
-----------------------------------------------------------------------------*/
html { overflow: -moz-scrollbars-vertical; }


/* Document and handling typography
-----------------------------------------------------------------------------*/
body,input, textarea, select {
	font: 0.8em Arial, Helvetica, sans-serif; /* "Apple LiGothic" */
	color: #000;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.3em; }

#nav {
	font: 1.4em "Apple LiGothic", Arial, Helvetica, sans-serif; /* "Apple LiGothic" */
}
#left_div h1 {
	margin: 0px 0px 15px 0px;
	font-size: 1.2em;
	border: 1px solid #000;
	padding: 1px 3px 1px 10px;
}

.content h1 { font-size: 1.3em; }
.content h2 { font-size: 1.2em; margin-top: 15px; }
.content h3 { font-size: 1.1em; margin-top: 15px; }
.content p { margin: 3px 0px 3px; }

.list .description h1 { font-size: 1.0em; }
.list p { margin: 0px; }

.txt-line-through { text-decoration: line-through; }

.color999999 { color: #999999; }
.colorff0000 { color: #ff0000; }


/* Default Syntax
-----------------------------------------------------------------------------*/
p {}

hr {
	margin: 15px 0px 15px;
	border: 0;
	color: #ccc;
	background-color: #ddd;
	height: 1px;
}

img { border: 0; }

a { color: #000; text-decoration: none; }
a:hover { color: #555; text-decoration: none; }


/* Generic ID and sub Class
-----------------------------------------------------------------------------*/
#container {
	width: 980px;
	margin: 0px auto 0px;
	overflow: hidden;
}

#header { height: 65px; overflow: hidden;}

#STYLESOFIA {
	margin: 25px 0px 0px;
	display: block;
	float: left;
	background: url(../_img/stylesofia_logo.gif) no-repeat;
	width: 260px;
	height: 25px;
}

#topPanel {
	margin: 10px 0px 0px;
	float: right;
}
	#topPanel ul { margin: 0px; padding: 0px; list-style: none; }
	#topPanel li { float: right; margin: 0px; padding: 0px; display: inline; }
	
		/* Generic Buttons
		-----------------------------------------------------------------------------*/
		.btn_sign_in, 
		.btn_sign_out, 
		.btn_shopping_bag, 
		.btn_administrator, 
		.btn_my_profile, 
		.btn_my_orders {
			height: 12px;
			background: 0px 0px no-repeat;
			overflow: hidden;
		}
		.btn_sign_in { width: 117px; background-image: url(../_img/btn_sign_in_register.gif); }
		.btn_sign_out { width: 69px; background-image: url(../_img/btn_sign_out.gif); }
		.btn_shopping_bag { width: 96px; background-image: url(../_img/btn_shopping_bag.gif); border-right: 1px solid #000; }
		.btn_administrator { width: 99px; background-image: url(../_img/btn_administrator.gif); border-right: 1px solid #000; }
		.btn_my_profile { width: 76px; background-image: url(../_img/btn_my_profile.gif); border-right: 1px solid #000; }
		.btn_my_orders { width: 77px; background-image: url(../_img/btn_my_orders.gif); border-right: 1px solid #000; }
		
		.btn_sign_in:hover, 
		.btn_sign_out:hover, 
		.btn_administrator:hover, 
		.btn_shopping_bag:hover, 
		.btn_my_profile:hover, 
		.btn_my_orders:hover{ background-position: 0px -12px; }
		
		.btn_sign_in.current, 
		.btn_sign_out.current,
		.btn_administrator.current, 
		.btn_shopping_bag.current, 
		.btn_my_profile.current, 
		.btn_my_orders.current { background-position: 0px -12px; cursor: default; }

#nav { height: 25px; margin-bottom: 15px; }
	#nav ul { margin: 0px; padding: 0px; list-style: none; }
	#nav li { float: left; margin: 0px 30px 0px 0px; padding: 0px; display: inline; }
	#nav li a.current { color: #555; cursor: default; }
	
		/* Generic Buttons
		-----------------------------------------------------------------------------*/
		#nav_whatsnew, #nav_clothing, #nav_accessories, #nav_lookbooks, #nav_blog {
			display: block;
			height: 25px;
			background: 0px 0px no-repeat;
			overflow: hidden;
		}
		#nav_whatsnew { width: 103px; background-image: url(../_img/nav_whatsnew.gif); }
		#nav_clothing { width: 73px; background-image: url(../_img/nav_clothing.gif); }
		#nav_accessories { width: 96px; background-image: url(../_img/nav_accessories.gif); }
		#nav_lookbooks { width: 92px; background-image: url(../_img/nav_lookbooks.gif); }
		#nav_blog { width: 40px; background-image: url(../_img/nav_blog.gif); }
		#nav_whatsnew:hover, #nav_clothing:hover, #nav_accessories:hover, #nav_lookbooks:hover, #nav_blog:hover { background-position: 0px -25px; }
		#nav_whatsnew.current, #nav_clothing.current, #nav_accessories.current, #nav_lookbooks.current, #nav_whatsnew.current { background-position: 0px -25px; }

#pageContent {
	margin-bottom: 15px;
}

	#flashContent {
		float: left;
		width: 700px;
		height: 440px;
		overflow: hidden;
		background: #eee;
	}
	#highlighs_div {
		float: right;
		width: 260px;
		height: 440px;
		overflow: hidden;
		overflow: hidden;
	}
		.highlights_list {
			display: block;
			font-size: 0.9em;
			height: 145px;
			margin: 0px 0px 0px;
		}
	#left_div {
		float: left;
		width: 190px;
	}
		#menu_nav {
			padding: 5px 0px 5px;
			font-size: 1.0em;
			font-weight: bold;
			border-top: 1px dotted #ccc;
			border-bottom: 1px dotted #ccc;
		}
		#menu_nav ul { margin: 0px; padding: 0px; list-style: none; }
		#menu_nav li { margin: 0px; padding: 0px; padding: 2px 0px 2px 12px; }
		#menu_nav a { display: block; color: #000; text-decoration: none; }
		#menu_nav a:hover { color: #555; text-decoration: none; }
		#menu_nav a.current { color: #555; text-decoration: none; cursor: default; }
		
	#right_div {
		float: right;
		width: 770px;
	}
	#right_div .content {
		margin: 0px 0px 15px;
	}
	
	#previewIMG {
		margin: 0px auto 20px;
		width: 390px;
		border: 1px solid #ccc;
	}
	#previewIMG div {
		border-top: 1px solid #ccc;
		text-align: center;
		padding: 2px;
		font-size: 0.9em;
		font-weight: bold;
	}
	#previewImgList {
		text-align: center;
	}
	#previewImgList img {
		margin: 0px 2px 5px;
		border: 1px solid #ccc;
	}
	#previewImgList img:hover { border: 1px solid #999; }

#footer {}
	#footer ul { margin: 0px; padding: 0px; list-style: none; }
	#footer li { float: left; margin: 0px 25px 0px 0px; padding: 0px; display: inline; }
	
		/* Generic Buttons
		-----------------------------------------------------------------------------*/
		.ftb_track_order, .ftb_help, .ftb_howtoshop, .ftb_contact_us, .ftb_tc, .ftb_about_us {
			display: block;
			height: 20px;
			background: 0px 0px no-repeat;
			overflow: hidden;
		}
		.ftb_track_order { width: 68px; background-image: url(../_img/ftb_track_order.gif); }
		.ftb_help { width: 27px; background-image: url(../_img/ftb_help.gif); }
		.ftb_howtoshop { width: 75px; background-image: url(../_img/ftb_howtoshop.gif); }
		.ftb_contact_us { width: 61px; background-image: url(../_img/ftb_contact_us.gif); }
		.ftb_tc { width: 29px; background-image: url(../_img/ftb_tc.gif); }
		.ftb_about_us { width: 53px; background-image: url(../_img/ftb_about_us.gif); }
		.ftb_track_order:hover, .ftb_help:hover, .ftb_howtoshop:hover, .ftb_contact_us:hover, .ftb_tc:hover, .ftb_about_us:hover { background-position: 0px -20px; }
		.ftb_track_order.current, .ftb_help.current, .ftb_howtoshop.current, .ftb_contact_us.current, .ftb_tc.current, .ftb_about_us.current { background-position: 0px -20px; cursor: default; }

#bottomPanel {
	float: right;
	width: 490px;
	margin-top: 2px;
}
	#ftd_div {
		float: left;
		height: 50px;
		margin-right: 10px;
		font-size: 0.85em;
	}
	#ftd_div img { margin: 0px 0px -5px 5px; }

#bottomFooter {
	padding: 0px 0px 15px;
	font-size: 0.9em;
}


/* Generic Class
-----------------------------------------------------------------------------*/
.content-Wrap {
}

.pagination {
	height: 30px;
	text-align: right;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
}
	.pagination a {
		margin: 0px 2px 0px;
		padding: 1px 5px 1px;
		display: block;
		float: left;
		border: 1px solid #999;
		color: #666;
		text-decoration: none;
	}
	.pagination a:hover { background: #fff; color: #000; border: 1px solid #000; }
	.pagination a.current { background: #fff; color: #000; border: 1px solid #000; cursor: default; }

.list {
	float: left;
	width: 240px;
	height: 330px;
	margin: 0px 10px 15px 0px;
	padding: 15px 0px 0px;
	border: 1px solid #fff;
	text-align: center;
	overflow: hidden;
}
.list:hover { border: 1px solid #eee; }
.list .description {
	margin: 5px auto 0px;
	width: 160px;
	text-align: left;
}

.divBlock { margin: 10px 0px 15px; }

.descriptionBoxTitle {
	height: 25px;
	/* background: url(../_img/descriptionBoxTitle_bottom_line.gif) bottom repeat-x; */
	border-bottom: 1px solid #ccc;
}
.descriptionBoxTitle span {
	display: inline;
	float: left;
	margin: 0px 0px 0px;
	background: url(../_img/descriptionBoxTitle_bg.gif) top no-repeat;
	width: 130px;
	height: 26px;
	line-height: 25px;
	text-align: center;
}
.descriptionBox {
	margin: 0px 0px 0px;
	padding: 10px 10px 5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.w30 { width: 30px; }
.w50 { width: 50px; }
.w80 { width: 80px; }
.w120 { width: 120px; }
.w180 { width: 180px; }
.w220 { width: 220px; }
.w250 { width: 250px; }
.w360 { width: 360px; }
.w400 { width: 400px; }
.w440 { width: 440px; }
.w480 { width: 480px; }
.w820 { width: 820px; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }


/* Tables
-----------------------------------------------------------------------------*/
table { border-spacing: 0px; border-collapse: collapse; }

.table-default { border-spacing: 0px; border-collapse: collapse; margin: 3px 0px 12px; }
.table-default th { padding: 5px; border: 1px solid #000; background: #000; color: #fff; }
.table-default td { padding: 5px; border: 1px solid #000; vertical-align: top; }
.table-default tr.alt { background: #f9f9f9; }

.table-form { margin: 3px 0px 3px; }
.table-form th { border: 0px solid #000; background: #000; color: #fff; }
.table-form td { border: 0px solid #000; vertical-align: top; }
.table-form td.label {
	width: 120px;
}

/* Forms
-----------------------------------------------------------------------------*/
input.text, textarea.text, select.text {
	margin: 2px 0px 2px;
	padding: 3px;
	border: 1px solid #333;
	color: #666666;
} 

.search_div {
	float: right;
	margin: 10px 10px 0px 5px;
	background: url(../_img/input_search_bg.gif) no-repeat;
	width: 210px;
	height: 20px;
	overflow: hidden;
}
	.input_search {
		margin: 1px 0px 0px 1px;
		padding: 0px 0px 1px 3px;
		width: 165px;
		height: 16px;
		background: none;
		font-size: 0.8em;
		color: #b7b7b7;
	}
	.btn_search {
		background: none;
		font-weight: bold;
		color: #ccc;
		line-height: 18px;
		cursor: pointer;
	}
	.btn_search:hover { color: #fff; }

.subscribe_div {
	margin: 0px 0px 0px 5px;
	background: url(../_img/input_subscribe_bg.gif) no-repeat;
	width: 230px;
	height: 20px;
	overflow: hidden;
}
	.input_subscribe {
		margin: 1px 0px 0px 1px;
		padding: 0px 0px 1px 3px;
		width: 155px;
		height: 16px;
		background: none;
		font-size: 0.8em;
		color: #b7b7b7;
	}
	.btn_subscribe {
		background: none;
		font-weight: bold;
		color: #ccc;
		line-height: 18px;
		cursor: pointer;
	}
	.btn_subscribe:hover { color: #fff; }

.btn_add {
	padding: 3px 2px 3px 30px;
	border: 1px solid #000;
	background: url(../_img/btn_add.gif) left center no-repeat #000;
	color: #fff;
	cursor: pointer;
}
.btn_add_soldOut {
	padding: 3px 2px 3px 30px;
	border: 1px solid #ccc;
	background: url(../_img/btn_add_soldOut.gif) left center no-repeat #ccc;
	color: #fff;
	cursor: default;
}

.btn_default {
	display: inline-block;
	padding: 5px 6px 5px 6px;
	border: 1px solid #666;
	background: #fff;
	color: #666;
	cursor: pointer;
}
	.emailFriend, .shareBookmark, .tweetTHIS { font-size: 0.8em; }
	.shareBookmark, .tweetTHIS { padding-right: 20px; }
	.emailFriend { width: 110px; }
	.shareBookmark { width: 160px; background: url(../_img/icon_facebook_btn.gif) right center no-repeat; }
	.tweetTHIS { width: 120px; background: url(../_img/icon_twitter_btn.gif) right center no-repeat; }

.btn_default:hover { color: #000; border: 1px solid #000; }


/* List
-----------------------------------------------------------------------------*/
ul, ol { margin-top: 10px; margin-left: 30px; margin-bottom: 15px; }
li { margin-bottom: 5px; }


/* ASP.NET (added by kester)*/

/**********ModalPopupExtender*********/
.modalBackground
{
    background-color:Black;
	filter:alpha(opacity=80);
	opacity:0.8;
}
.modalPopup 
{
	background-color: #ffffff;
	border: 1px #000000 solid;
	padding:5px;
	color: #000000;
	font: 11px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helevetica, sans-serif;
}

.upload-image-gallery { margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px solid #e3e3e3; }

.clear { clear: both; }

/**********GridView*********/
.GridviewDiv {font-size: 0.8em; }
Table.Gridview{border:solid 1px #000000; font-size:0.8em; width:100%; }
.GridviewTable{border:1px #000000 solid;}
.GridviewTable td{margin-top:0;padding: 0; vertical-align:middle; }
.GridviewTable tr{color: #000000; background-color: #ffffff; height: 30px; text-align:center;}
.Gridview th{border-right-color:#000000; border-bottom-color:#000000; color: #ffffff;
    padding:3px;text-align:center; background-color:#000000; }  
.Gridview td{border:1px #000000 solid; padding:3px;}
.Gridview tr{color: #000000;}

