@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background:#2A2A2A;
}

a, a:active {
	color: #99CCFF;
	text-decoration:none;
}

a:hover, a:visited {
	color: #669999;
	text-decoration:none;
}

#header {
	text-align:center;
	width:100%;
	height: 5px;
	top: 10px;
	left: 0px;
	display: inline;
	position: absolute;
}

#header h1{
	text-decoration:none;
	
}

#header h1 a{
	display:block;
	text-indent:-900em;
	text-decoration:none;
	line-height:100%;
	height:164px;
	width:201px;
	margin:0 auto 0 auto;
}

#header h1 a:hover{
	text-decoration:none;
}

#main_body {
	margin:0 auto 0 auto;
	float:none;
	width:700px;
	overflow:hidden;
}

#item_main_body {
	margin:0 auto 0 auto;
	float:none;
	width:672px;
	overflow:auto;
}


#horiz_menu {
	width:670px;
	float:left;
	overflow:hidden;
}

#horiz_menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#horiz_menu ul li{
	float: left;
	padding: 0;	
	color: #f0cdcd;
}

#horiz_menu ul li p{	
	display: block;	
	overflow: hidden;
	height: 320px;
	width: 33px;
	cursor: pointer;
	float:left;	
}

#horiz_menu ul li p#last_block{	
	width: 603px;	
}

#horiz_menu ul li img{	
	z-index: 100;
	/*position: absolute;*/
	float:left;
}

#horiz_menu ul li a{
	/*float:left;	*/
	display:block;
	margin: 0;
	padding: 0;
	width: 560px;
	height: 320px;
	text-indent:-5000px;
}

#search {
	clear:both;
	text-align:right;
	width:680px;
	margin:0 auto 5px auto;
}

#footer {
	clear: both;
}

#footer_menu {
	margin: auto;
	width: 800px;
}

#footer_menu li {
	float:left;
	list-style:none;
	text-indent:-50px;
	margin: 0 2px 0 2px;
	border:none;
}

#top_menu {
	clear: both;
}

#top_menu li {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}

#path {
	background: url(../images/top_shadow.jpg) repeat-x;
	color:#FFFFFF;
	clear:both;
	font-weight:bold;
	height:17px;
	padding:2px 0 1px 10px;
	width: 660px;
}

#path a, a:link, a:hover, a:active, a:visited{
	color:#FFFFFF;
	font-weight:bold;
}

#item_path {
	background: url(../images/item_top_shadow.jpg) repeat-x;
	color:#FFFFFF;
	clear:both;
	font-weight:bold;
	height:17px;
	padding:2px 0 1px 10px;
	width: 660px;
}

#item_path a, a:link, a:hover, a:active, a:visited{
	color:#FFFFFF;
	font-weight:bold;
}

#center_body {
	float:left;
}

#categories_container {
	background-color:#000;
	height:269px;
	width:670px;
	overflow:hidden;
}

#items_container {
	background-color:#E2E2E2;
	height:250px;
	display:block;
	overflow:hidden;
	width:670px;
}

#item_details_container {
	width:670px;
	overflow:auto;
	text-align:center;
	padding: 10px 0 10px 0;
}

#item_details_container a, a:active {
	color: #99CCFF;
	text-decoration:none;
	font-weight: normal;	
}

#item_details_container a:hover, a:visited {
	color: #669999;
	text-decoration:none;
	font-weight: normal;	
}

#categories {
	background-color:#E2E2E2;
	float:left;
	height:269px;
}

#categories a, a:visited, a:hover, a:active{
	color: #707070;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;	
}


.cat {
	/*padding:14px;*/
	width:108px;
	float:left;
	text-align:center;
	height:110px;
	padding-top: 15px;
	display: -moz-inline-box;  /* Moz */
	display: inline-block;  /* Op, Saf, IE \*/

}

.cat img {
	padding-bottom:5px;
}

/********************************/
/* 		jQuery ScrollPanel		*/
/********************************/

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	/* z-index: 1; */
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #aaa;
}

.jScrollIntervalTrack { 
	position: absolute;

}

.jScrollPaneDrag {
	position: absolute;
	background: #FF0000;
	cursor: pointer;
	overflow: hidden;
	height:18px;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 18px;
	width: 21px;
}
a.jScrollArrowLeft:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 18px;
	width: 21px;
}
a.jScrollArrowRight:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

a.jScrollArrowLeft {
	background: url(../images/scroll_left.jpg) no-repeat 0 0;
}
a.jScrollArrowLeft:hover {
	/*background-position: 0 -15px;*/
}
a.jScrollArrowRight {
	background: url(../images/scroll_right.jpg) no-repeat 0 0;
}
/*
a.jScrollArrowRight:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, 
a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}*/

.item_free_gallery {
	text-align:left;
	width:60px;
	list-style:none;
	display:inline-block;
	height:125px;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 12px;
}

.item {
	float:left;
	text-align:center;
	width:60px;
	padding:9px 11px 0 9px;
	list-style:none;
	height:72px;
	display: inline-block;
}

.item a, a:active, a:hover, a:visited {
	font-weight:normal;
}

#items_container a, a:hover, a:visited {
	color: #707070;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;	
}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:2px;
	display:none;
	color:#fff;
}

.screenshot {
	display: block;
}

#item_description_tags {
	padding: 10px 0 10px 0;
	text-align:left;
	width:440px;
	margin:auto;
	color:#EEEEEE;
}

#item_description_tags h1 {
	color:#999999;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}

td {
	padding: 5px;
	text-align:left;
}

#co_block {
	padding:5px;
	background-color:#333333;
	margin:10px;
	overflow:auto;
}

#co_block img{
	padding:0 5px 0 5px;
}

#pagination {
	text-align:center;
	color:#7F7F7F;
	text-align:center;
	background-color:#E2E2E2;
	width:670px;
	height:19px;
	font-weight:bold;
}


#gallery_pagination {
	clear:both;
	color:#7F7F7F;
	text-align:center;
	width:670px;
	height:19px;
	font-weight:bold;
}


#pagination img{
	vertical-align:middle;
}


#gallery_body {

}

#gallery_title {
	width: 630px;
	background-color:#353535;
	padding:20px;
	font-size:14px;
	font-weight:bold;
	/*height:50px;*/
}

#free_gallery_container {
	width: 700px;
	float:left;
	overflow:none;
}

#free_gallery_container a, a:active, a:hover, a:visited{
    font-weight:normal;
    color:#FFFFFF;
}

#free_gallery_container a:hover, a:visited{
    font-weight:normal;
    color:#999999;
}


#free_gallery_container li {
	list-style:none;
	float:left;
	display:inline-block;	/* vertical-align:top; */
}

#pages_container {
	padding: 20px;
	width:630px;
}

#pages_container a, a:active, a:hover, a:visited{
	font-weight:normal;
	color:#99CCFF;
}

#pages_container a:hover, a:visited{
	font-weight:normal;
	color:#669999;
}


#pages_container p{
	margin-top: 10px;
}

#tailor-made label.title {
	width:100px;
	float:left;
}

#tailor-made input {
	background-color:#CCCCCC;
	border: 1px solid #999999;
	width:200px;
	float:left;
}

#tailor-made textarea {
	background-color:#CCCCCC;
	border: 1px solid #999999;
	width:300px;
	float:left;
}


#tailor-made p {
	clear: both;
	padding:5px;
	width:100%;
}


label.error { 
	float: none; 
	color: #FF0000; 
	padding-left: 5px;; 
	width: 250px;
}

