@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:transparent url("media/images/bg_body.gif") repeat center center;
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	font-size:12px;
}

h3{ margin:0px; padding:0px; font-size:12px; }

a{ color:#893f61; text-decoration:none; }
a:hover{ color:#7D9BB3; text-decoration:underline; }

hr{ border:0px; border-bottom:1px dashed #CCC; }

.clear{ clear:both; }

#loader{ background:transparent url("media/images/loader_icon.gif") no-repeat center center; width:32px; height:32px; margin:0px auto; }
.load_async{ background:transparent url("media/images/loader_icon_2.gif") no-repeat center center; width:16px; height:11px; display:inline; }

#wrapper{ border-bottom:7px solid #823f5e; background-color:#FFF; margin:20px auto 0; padding-top:9px; width:1000px; }

#footer { color:#FFFFFF; margin:0 auto 10px; padding-top:10px; text-align:center; width:1000px; }
#footer p a{ color:#FFFFFF; }

#navigation, .navigation {
	border-bottom:2px solid #ACC687;
	display:inline;
	float:left;
	font-size:13px;
	font-weight:bold;
	margin:0 13px 10px;
	padding:0px 0px 2px 5px;
	width:972px;
}
#navigation a.omega, .navigation a.omega{ border-right:medium none; width:139px; display:inline; }
#navigation a:hover, #navigation a.active, .navigation a:hover, .navigation a.active {
	background-color:#7D9BB3;
	text-decoration:none;
}

#navigation a, .navigation a {
	background-color:#893f61;
	border-right:1px dotted #FFFFFF;
	color:#FFFFFF;
	display:inline;
	float:left;
	line-height:23px;
	text-align:center;
	width:137px;
}

#content { clear:both; margin:0 10px; min-height:500px; }

.gray_box {
	background:url("media/images/pic_design_top.gif") no-repeat scroll left top transparent;
	margin-bottom:10px;
	padding-top:15px;
}
.gray_box .inner {
	background:url("media/images/pic_design_down.gif") no-repeat scroll left bottom #F2F2F2;
	color:#4A92C6;
	font-size:11px;
	padding:0px 10px 25px 15px;
}
.gray_box .inner h4{ margin:0px auto 3px; padding:0px; font-size:12px; color:#333; text-align:center; }
.gray_box a { color:#555; }

ul.list{ margin:5px 0px; padding:0px; line-height:22px; }
ul.list li{ list-style:url("media/images/arrow01.gif"); margin-left:7px; }

#left_column, #center_column{ float:left; display:table; }
#left_column { min-width:202px; margin-right:5px; }
#center_column{ width:643px; display:table; }
#right_column{
	display:inline;
	float:right;
	width:126px;
}

.pinkround_strokebox{
	clear:both;
	margin:7px 0 10px;
}
.pinkround_strokebox .content_area {
	color:#606060;
	font-size:12px;
	line-height:18px;
	padding:10px 10px 15px 10px;
	background:none repeat scroll 0 0 #F7F7F7;
	border-bottom:1px solid #D7D7D7;
	border-left:1px solid #D7D7D7;
	border-right:1px solid #D7D7D7;
	border-top:1px solid #D7D7D7;
}
.pinkround_strokebox .content_area h2{ font-size:15px; margin:0px 0px 5px 0px; padding:0px; color:#666; }
.pinkround_strokebox .content_area h4{ color:#000; }
.pinkround_strokebox .content_area a{ color:#5d1f3b; }
.pinkround_strokebox .content_area a:hover{ color:#7D9BB3; }

.pinkround_strokebox .content_area p{ padding-left:30px; line-height:20px; }
.pinkround_strokebox .content_area p label{ font-weight:bold; }

img.left{ display:inline; float:left; }
img.right{ display:inline; float:right; }

.header{ font-weight:bold; font-size:11px; color:#FFF; background-color:#893f61; padding-left:10px; margin:10px 0px 5px 0px; }
.header .alpha{ float:right; margin-right:10px; }
.header .alpha a{ color:#FFF; }
.header .alpha a:hover{ color:#FFF; }

.index_line_album .wrapper{ float:left; display:table; text-align:center; vertical-align:middle; }
.index_line_album .ref_gallery{ width:20%; }
a.photo{
	margin:3px;
	border:1px solid #CCC;
	padding:3px;
	-moz-border-radius:2px;
	-moz-box-shadow:0 2px 3px #C8C8C8;
	width:110px;
	margin:0px auto;
	display:block;
}
a.photo:hover{ border:1px solid #FFF; background-color:#FFF; }
a.loading_photo{ background:transparent url("media/images/ajax-loader.gif") no-repeat center center; }

.s_horz_img:hover, .s_vert_img:hover{ cursor:pointer; }
.s_vert_img{ width:110px; height:146px; }
.s_horz_img{ width:146px; height:110px; }

#ads_wrapper{ text-align:center; padding-top:6px; }
#ads_wrapper img{ margin:5px; }

.form p label{ float:left; display:inline; width:130px; }
.form fieldset { border-color:#951B5B; border-style:dashed; border-width:0 0 1px; margin-bottom:10px; padding-bottom:10px; }
.form fieldset legend {	color:#951B5B !important; font-size:12px; font-weight:bold; margin-top:10px; }
.form p label .req{ margin:0 5px 0 5px; color:#F00; }

.text{ border:1px solid #A3346F; padding:2px; color:#A3346F; font-size:11px; min-width:200px; }
.state_error { border:1px solid #cd0a0a; background-color:#ffd6d6; color:#000; }
.text_error{ color:#F30; margin-top:10px; }

.notify_box{ border:1px solid #f9e036; background-color:#fef9da; padding:10px; }
.notify_box h3{ padding:0px 0px 0px 20px; margin:0px; }
.notify_box a{ color:#039; }

button.submit{ 
	background-color:#69A74E;
	background-position:0 -96px;
	border-color:#3B6E22 #3B6E22 #2C5115;
	color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	font-weight:bold;
	padding:3px;
	-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.1);
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	font-size:11px;
}
button.submit:hover{ background-color:#5c9e3f; cursor:pointer; }

.pink_button{
	background:url("media/images/bg_but_pink.png") no-repeat scroll 0 0 transparent;
	border:1px solid #FFFFFF;
	color:#873A5E !important;
	cursor:pointer;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	line-height:20px !important;
	margin:5px 0 10px;
	text-align:center;
	width:75px !important;
	height:20px !important;
}
.pink_button:hover{ background-position:0 -20px; }

.textfield{ border:1px solid #CCC; font-size:11px; padding:2px; width:190px; }

.btn_wrapper{ border-top:1px dashed #CCC; padding-top:10px; text-align:right; }
.submit_btn{ border:1px solid #CCC; background-color:EEE; padding:2px; margin:5px 0px 5px 0px; }
.submit_btn:hover{ cursor:pointer; background-color:#FF9; }

#photoborder{ margin:0px 7px 0px 7px; }
#photoborder h2{ margin:10px 0px 10px 0px; font-size:14px; color:#A3346F; }
#photoborder h4, .content_area h4{ font-size:11px; padding:0px 0px 5px 0px; margin:0px 0px 10px 0px; font-weight:normal; border-bottom:1px solid #A3346F; }
#photoborder h4 span, #photoborder h4 a, .content_area h4 span a{ margin-right:8px; }
#photoborder h4 .omega{ float:right; }
#photoborder a{ color:#A3346F; }
#photoborder a:hover{ color:#7D9BB3; }
#photoborder #this_photo{ display:table; margin:0px auto; }
#photoborder #this_photo img{
	border:1px solid #CCC;
	padding:3px;
	margin:0 auto;
	-moz-border-radius:2px;
	-moz-box-shadow:0 3px 5px #C8C8C8;
}
#photoborder #photofooter{ border-top:1px solid #A3346F; margin-top:10px; padding:0px 5px 0px 5px; font-size:11px; color:#333; }
#photoborder #photofooter #photo_caption{ float:left; width:55%;  }
#photoborder #photofooter #photo_detail{ float:right; width:45%; }

.UIPhotoGrid_Table{ width:100%; }
.UIPhotoGrid_Table .UIPhotoGrid_TableCell{ padding:5px 0; text-align:center; vertical-align:middle; }
.UIPhotoGrid_Table .UIPhotoGrid_TableCell h3{ margin:0px; }
.UIPhotoGrid_Table .UIPhotoGrid_TableCell span{ color:#999; }
.UIPhotoGrid_TableCell .UIPhotoGrid_PhotoLink{ 
	margin:3px auto;
	border:1px solid #CCC;
	padding:2px;
	display:table;
	-moz-border-radius:2px;
	-moz-box-shadow:0 2px 3px #C8C8C8;
}
.UIPhotoGrid_TableCell .UIPhotoGrid_PhotoLink:hover{ border:1px solid #FFF; background-color:#FFF; }
.UIPhotoGrid_PhotoLink .horizontal{ width:160px; height:106px; }
.UIPhotoGrid_PhotoLink .vertical{ width:106px; height:160px; }

#fb_widget{ color:#666; margin-top:2px; }

.sh_imgui{ padding:2px; border:1p solid #666; -moz-box-shadow:0 1px 3px #C8C8C8; background-color:#FFF; }
.sh_descrptionui{ color:#666; }

.adcolumn_wrapper{ border-left:1px solid #CCC; margin-bottom:20px; }
.adcolumn_wrapper .adcolumn{ border-left:4px solid #E5E5E5; padding:0; }
.adcolumn .adcolumn_header{ padding:4px 0 5px 10px; border-bottom:1px solid #CCC; font-size:11px; color:#666; }

.c_intro{ margin-top:5px; color:#333; height:160px; font-size:13px; }
.c_intro img{ padding:2px; border:1px solid #999; margin:4px 10px 4px 4px; -moz-border-radius:2px; -moz-box-shadow:0 2px 3px #C8C8C8; }
.readmore{ text-align:right; padding-right:10px; }

#read_content{ color:#333; }
#read_content h1{ margin:0px; padding:0px 0px 5px 0px; font-size:14px; }
#read_content .content_detail{ margin-top:20px; }
#read_content .content_detail p{ padding:2px; margin:2px; }
#read_content .content_detail img{ background-color:#FFF; padding:2px; border:1px solid #CCC; margin-right:5px; }
#read_content .source{ text-align:right; border-top:1px solid #CCC; margin-top:5px; padding-top:7px; }
#read_content .c_nav{ text-align:center; }

h2.shop_name{ margin:0px 0px 0px 20px!important; color:#e06206!important; }

/*News and Content*/
.article_feature{ background:#f9eae3; }
.article_feature .feature_inner{ padding:10px; }
.feature_inner h2{ margin:5px 0; padding:0; font-size:14px; color:#c8896b; }
.feature_inner p.n_header{ margin:0; padding:0; line-height:15px; text-align:left; }
.feature_inner p.n_header a, .featured_text a{ color:#333; }

.featured{ padding:0px 20px 10px 20px; }
.featured img{ border:5px solid #FFF; width:90px; height:60px; float:left; margin-right:15px; }
h3.f_name{ padding:0px; margin:0px; color:#c8896b; }
.featured_text{ padding:0px; margin:0px; font-size:9px; }

.bg_left{ background:transparent url("media/images/news/pink_left.gif") repeat-y top left; margin-top:7px; }

#share_btn{ background:transparent url(media/images/share_btn.png) no-repeat top left; width:53px; height:67px; margin:4px; }
#share_btn:hover{ background-position:0px -67px; cursor:pointer; }

#twitter_btn{ background:transparent url(media/images/twitter_btn.png) no-repeat top left; width:50px; height:67px; margin:4px; }
#twitter_btn:hover{ background-position:0px -67px; cursor:pointer; }
