/****************** main layout ***************/

html {
	height:100%;
	width:100%;
	font-family: Arial,Helvetica,sans-serif;
	color:#404040;
}

body {
	height:100%;
	width:100%;
}

#main_container {
	position: relative;
	width:100%;
	height: 1790px;
	background-color: #FFFFFF;
}

#containter {
	position: absolute;
	width: 1000px;
	background-color: #FFFFFF;
	left: 50%;
	height: 100%;
	margin-left: -500px;
	background:url(../images/main_bg.png) repeat-y;
}

#content_containter {
	position: relative;
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-left: 15px;
}

#logo_containter {
	position: relative;
	background-color: #FFFFFF;
	height: 200px;
}

#detail_container {
	position: relative;
	background-color: #FFFFFF;
	height: 100%;
	margin-top: 10px;
}

#top_container {
	position: absolute;
	background-color: #FFFFFF;
	width: 960px;
}

#bottom_container {
	position: absolute;
	background-color: #FFFFFF;
	width: 970px;
	margin-top: 1296px;
}

#left_container {
	position: absolute;
	background-color: #FFFFFF;
	height: 100%;
	width:230px;
	top: 0px;
	left: 10px;
}

#right_container {
	position: relative;
	background-color: #FFFFFF;
	height: 100%;
	width: 75%;
	left: 250px;
	right: 0px;
}

/****************** end main layout ***************/

/****************** content layout ***************/
#contact_div {
	position: relative;
	background-color: #7F3E98;
	height: 30px;
	margin-bottom:10px;
	color: #FFFFFF;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

#contact_detail_div {
	position: absolute;
	color: #FFFFFF;
	left: 25%;
	top: 30%;
	font-size: 12px;
}

#member_login_div {
	position: absolute;
	top: 5px;
	left: 750px;
	text-align: right;
	width: 200px;
}

#member_login_div > a {
	color: #FFFFFF;
}

#member_logout_div {
	position: absolute;
	top: 5px;
	left: 750px;
	text-align: right;
	width: 200px;
}

#member_logout_div > a {
	color: #FFFFFF;
}

#logo_div {
	position: absolute;
	height: 100%;
	width: 50%;
	background:url(../images/satsuki_net_logo.png) no-repeat;
	background-size: contain;
	margin-left: 50px;
	margin-top:-5px;
	margin-bottom: 10px;
}

#cart_div {
	position: absolute;
	background-color: #FFFFFF;
	height: 100%;
	left: 50%;
	width: 50%;
}

#sidebar_div {
	position: relative;
	background-color: #FFFFFF;
	height: 100%;
}

#banner_div {
	position: relative;
	background-color: #FFFFFF;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.banner_img {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

#news_div {
	position: relative;
	background-color: #FFFFFF;
	height: 200px;
}

#main_content_div {
	position: relative;
	background-color: #FFFFFF;
	height: 820px;
	padding-left: 8px;
	padding-right: 8px;
	border: solid 1px;
	/*border-color: #9966CC;*/
	border-color: #FFFFFF;
	margin-left: 8px;
	margin-right: 8px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#main_content_top_div {
	position: relative;
	background-color: #FFFFFF;
	height: 20px;
	margin-left: 3px;
	margin-right: 3px;
}

#main_content_middle_div {
	position: relative;
	background-color: #FFFFFF;
	height: 750px;
	margin-left: 3px;
	margin-right: 3px;
}

#main_content_bottom_div {
	position: absolute;
	background-color: #FFFFFF;
	margin-left: 3px;
	margin-right: 3px;
	height: 30px;
	width: 90%;
	top: 780px;
}

#items_div {
	position: relative;
	background-color: #FFFFFF;
	height: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border: solid 1px;
	border-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#href_div {
	position: relative;
	background-color: #FFFFFF;
	height: 250px;
}

#footer_div {
	position: relative;
	background-color: #7F3E98;
	height: 30px;
	color: #FFFFFF;
	top: 1515px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

#footer_detail_div {
	position: absolute;
	color: #FFFFFF;
	left: 360px;
	top: 10px;
	font-size: 12px;
}

#floating_message_div {
	position: fixed;
	width: 250px;
	height: 50px;
	background-color: #7F3E98;
	top: 85%;
	left: 40%;
	opacity: 0.8;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.5);
	box-shadow: 0 0 25px rgba(0,0,0,0.5);
}

#floating_message_div > #floating_message_span {
	position: absolute;
	color: #FFFFFF;
	margin-left: 40%;
	margin-top: 15px;
}

/****************** end content layout ***************/


/****************** start item grid layout *****************/
.grid_div {
	position: relative;
	float: left;
	left: 0px;
	width: 680px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.item_mask {
	position: absolute;
	background-color: #E8D4F2;
	width: 220px;
	height: 240px;
	opacity: 0.0;
}

.item_mask_caption {
	position: absolute;
	width: 220px;
	height: 20px;
	top: 45%;
	padding-top: 5px;
	text-align: center;
	opacity: 0.0;
	background-color: #918099;
	color: #FFFFFF;
}

.item_thumb {
	position: relative;
	float: left;
	left: 5px;
	width: 220px;
	height: 240px;
	background-color: #FFFFFF;
	margin-left: 2px;
	margin-bottom: 9px;
}

.item_thumb:hover {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	cursor: pointer;
}

.new_item_div {
	position: relative;
	background-color: #FFFFFF;
	height: 240px;
	width: 220px;
}

.new_item_div:hover {
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.new_item_img_div {
	position: absolute;
	background-color: #FFFFFF;
	height: 180px;
	width:220px;
	top: 2px;
}

.new_item_img_div > img {
	height: 153px;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.new_item_name_div {
	position: absolute;
	background-color: #FFFFFF;
	height: 23px;
	width: 210px;
	top: 180px;
	margin-left:5px;
	margin-right:5px;
	margin-top: 4px;
	text-align: center;
	font-weight:bold;
	font-size: 15px;
}

.new_item_space_bar_div {
	position: absolute;
	background:url(../images/space_bar.png) repeat-x;
	width: 210px;
	height: 1px;
	top: 205px;
	margin-left: 5px;
	margin-right: 5px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.new_item_price_div {
	position: absolute;
	background-color: #FFFFFF;
	height: 25px;
	width: 210px;
	top: 207px;
	margin-left:5px;
	margin-right:5px;
	margin-top:8px;
	text-align: center;
	font-size: large;
}

.new_item_badge_div {
	position: absolute;
}

.new_item_badge_div > img {
	z-index: 2500;
}

/****************** end item grid layout *****************/



/****************** start category layout ***************/
#category_title_div {
	height: 30px;
	background-color: #7F3E98;
	border: solid 1px;
	border-color: #7F3E98;
	color: #000000;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.category_bar {
	height: 100%;
	background-color: #9966CC;
	size: auto;
}

.category_item_div {
	position: relative;
	background-color: #FFFFFF;
	height: 78px;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
	
.category_item_div:hover {
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.category_item_div_home {
	position: relative;
	background-color: #FFFFFF;
	height: 78px;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
	
.category_item_div_home:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer;
}

.category_img_div {
	position: absolute;
	background-color: #FFFFFF;
	height: 65.2px;
	width:70px;
	left: 10px;
	top: 6px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px; 
}

.category_img_div > img {
	height: 60px;
	width: auto;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.category_name_div {
	position: absolute;
	background-color: #FFFFFF;
	height: 71.2px;
	width: 148px;
	left: 80px;
	top: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 0px; 
}

.category_name {
	margin-top: 21px;
	font-size: 20px;
}

.category_menu_div {
	position: absolute;
	height: 15px;
	width:15px;
	left: 200px;
	top: 28px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 0px; 
}

.category_menu_div > img {
	height: 15px;
	width: 15px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px; 
}

.space_bar_div {
	position: absolute;
	background:url(../images/space_bar.png) repeat-x;
	width: 230px;
	height: 5px;
	top: 73px;
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5);
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
}

/****************** end category layout ***************/


/****************** start news pages layout *****************/
#tabContainer {
	width:600px;
	background-color:#FFFFFF;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 10px 10px 10px;
}

.tabs{
	height:33px;
}

.tabs > ul{
	font-size: 1em;
	list-style:none;
}

.tabs > ul > li{
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	border: solid 1px;
	/*border-color: #9966CC;*/
	border-color: #FFFFFF;
	margin:0 2px 0 0;
	padding:7px 10px;
	display:block;
	float:left;
	color:#000000;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#FFFFFF)); /* webkit */
}

.tabs > ul > li:hover{
	background: #9966CC; /* old browsers */
	background: -moz-linear-gradient(top, #9966CC 0%, #9966CC 10%, #9966CC 50%, #9966CC 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9966CC), color-stop(10%,#9966CC), color-stop(50%,#9966CC), color-stop(100%,#9966CC)); /* webkit */
	cursor:pointer;
	color: #FFFFFF;
}

.tabs > ul > li.tabActiveHeader{
	background: #9966CC; /* old browsers */
	background: -moz-linear-gradient(top, #9966CC 0%, #9966CC 10%, #9966CC 50%, #9966CC 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9966CC), color-stop(10%,#9966CC), color-stop(50%,#9966CC), color-stop(100%,#9966CC)); /* webkit */
	cursor:pointer;
	color: #FFFFFF;
}

.tabscontent {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	padding:10px 10px 25px;
	height: 110px;
	width: 450px;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 90%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(90%,#FFFFFF), color-stop(100%,#FFFFFF)); /* webkit */
	margin:0;
	color:#333;
	border: solid 1px;
	/*border-color: #9966CC;*/
	border-color: #FFFFFF;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
/****************** end news pages layout *****************/

/****************** start HREF pages layout *****************/
#tabContainer2 {
	width:950px;
	background-color:#FFFFFF;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 10px 10px 10px;
}

.tabs2{
	position: absolute;
	height:29px;
	left: 910px;
	top: -20px;
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5);
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
}

.tabs2 > ul{
	font-size: 1em;
}

.tabs2 > ul > li{
	cursor: pointer;
	border: solid 0px;
	border-color: #9966CC;
	margin:0 0px 0 0;
	padding:8px 10px;
	display:block;
	float:right;
	color:#000000;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	background: #E8D4F2; /* old browsers */
	background: -moz-linear-gradient(top, #E8D4F2 0%, #E8D4F2 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E8D4F2), color-stop(100%,#E8D4F2)); /* webkit */
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5);
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
	border: solid 1px;
	/*border-color: #9966CC;*/
	border-color: #E8D4F2;
	height: 10px;
}

.tabscontent2 {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	padding:10px 10px 25px;
	height: 185px;
	width: 928px;
	background: #E8D4F2; /* old browsers */
	background: -moz-linear-gradient(top, #E8D4F2 0%, #E8D4F2 90%, #E8D4F2 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E8D4F2), color-stop(90%,#E8D4F2), color-stop(100%,#E8D4F2)); /* webkit */
	color:#333;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	border: solid 1px;
	/*border-color: #9966CC;*/
	border-color: #E8D4F2;
}
/****************** end HREF pages layout *****************/

/****************** start login form layout *****************/
#login_form_div {
	height: 100%;
	width: 100%;
}

#login_form_div label {
	color: #7D7D7D;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

#login_form_div h1 {
	color: #7D7D7D;
	font-size: 25px;
	font-weight: bold;
}

#login_id, #login_password {
	border: 1px solid #7D7D7D;
	border-radius: 3px 3px 3px 3px;
	height: 33px;
	width: 200px;
	font-size: 17px;
	padding-left:5px;
}

#login_form_table {
	padding-left: 10px;
}

#captcha_span {
	font-size: 12px;
	color: grey;
}

#login_id:focus, #login_password:focus, #captcha_code:focus, fieldset select {
	background-color: #EDEBF0;
}

#login_id:hover, #login_password:hover, #captcha_code:hover, fieldset select {
	background-color: #EDEBF0;
}

#captcha_code, fieldset select {
	width: 120px;
	height: 25px;
	border: 1px solid #7D7D7D;
	border-radius: 3px 3px 3px 3px;
	font-size: 17px;
	padding-left:5px;
}

#captchaimg:hover {
	cursor: pointer;
}

.login_button, .reset_button {
	background: #AA66CC; /* old browsers */
	background: -moz-linear-gradient(top, #7F3E98 0%, #7F3E98 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7F3E98), color-stop(100%,#7F3E98)); /* webkit */
	border: 1px solid #A7A7A7;
	border-radius: 7px 7px 7px 7px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 13px;
	font-weight: normal;
	height: 30px;
	letter-spacing: 1px;
	width: 92px;
}

.login_button:hover, .reset_button:hover {
	background: #7F3E98; /* old browsers */
}

#err_message_div {
	color: #FF0000;
	font-size: 12px;
}
/****************** end login form layout *****************/

/****************** start registration form layout *****************/
#reg_form_div {
	height: 100%;
	width: 100%;
}

#reg_form_div label {
	color: #7D7D7D;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

#reg_form_div h1 {
	color: #7D7D7D;
	font-size: 25px;
	font-weight: bold;
}

#reg_id, #reg_password, #reg_confirm_password, #reg_surname, #reg_given_name {
	border: 1px solid #7D7D7D;
	border-radius: 3px 3px 3px 3px;
	height: 33px;
	width: 200px;
	font-size: 17px;
	padding-left:5px;
}

#reg_form_table {
	padding-left: 55px;
}

#reg_id:focus, #reg_password:focus, #reg_confirm_password:focus, #reg_surname:focus, #reg_given_name:focus, #captcha_code:focus, fieldset select {
	background-color: #EDEBF0;
}

#login_id:hover, #login_password:hover, #captcha_code:hover, fieldset select {
	background-color: #EDEBF0;
}

#captcha_code, fieldset select {
	width: 120px;
	height: 25px;
	border: 1px solid #7D7D7D;
	border-radius: 3px 3px 3px 3px;
	font-size: 17px;
	padding-left:5px;
}

#captchaimg:hover {
	cursor: pointer;
}

.reg_button, .reg_reset_button {
	background: #AA66CC; /* old browsers */
	background: -moz-linear-gradient(top, #7F3E98 0%, #7F3E98 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7F3E98), color-stop(100%,#7F3E98)); /* webkit */
	border: 1px solid #A7A7A7;
	border-radius: 7px 7px 7px 7px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 13px;
	font-weight: normal;
	height: 30px;
	letter-spacing: 1px;
	width: 92px;
}

.reg_button:hover, .reg_reset_button:hover {
	background: #7F3E98; /* old browsers */
}

/****************** end registration form layout *****************/

/****************** start slider layout *****************/
#slider {
	position: absolute;
	overflow: hidden;
	border-radius: 4px;
}

#slider ul {
	position: absolute;
	margin: 0;
	padding: 0;
	height: 230px;
	list-style: none;
}

#slider ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 700px;
	height: 230px;
	background: #ccc;
	text-align: center;
	line-height: 230px;
}

#slider ul li img {
	height: 100%;
	width: 100%;
}
/****************** end slider layout *****************/

/****************** start pagination layout *****************/
#pager {
	/* you can add positioning properties here if needed */
	position: absolute;
	width: auto;
	height: 100%;
	top: 30%;
	margin-left: auto;
	margin-right: auto;
	left: 47%;
}

/*
#pager a {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 1px 1px #E8D4F2;
	margin-right: 10px;
}
*/

#pager a {
	display: block;
	float: left;
	width: 11px;
	height: 11px;
	text-indent: -999em;
	background: #fff;
	box-shadow: 0 0 1px 1px #E8D4F2;
	margin-right: 10px;
}

#pager a {
	background: #E8D4F2; /* optional: color when hovered */
}

#pager a.activeSlide {
	background: #7F3E98;
	border-radius: 11px;
	margin-right: 11px;
}

/*
#pager a.activeSlide {
	background: #7F3E98;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-right: 10px;
}


#pager a.inactiveSlide {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 1px 1px #E8D4F2;
	margin-right: 10px;
}
*/
/****************** end pagination layout *****************/
