* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #43165e;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
}

img {
	border: 0px;
}

.contentHolder {
	width: 970px;
	margin: 0 auto;
}

.middle {
	vertical-align: middle;
}

.clear {
	clear: both;
}

.left {
	float: left !important;
}

.right {
	float: right;
}

/*
 * BACKGROUND
 */

#backgroundUp {
	background: transparent url('../images/bg_dot1.jpg') no-repeat top center;
}
#backgroundDown {
	background: transparent url('../images/bg_dot2.png') no-repeat bottom center;
	padding-bottom: 40px;
}

/* END OF BACKGROUND */

/*
 * HEADER
 */

#headerLine {
	width: 100%;
	min-width: 970px;
	height: 9px;
	background-color: #4d2366;
	border-bottom: 1px solid #681182;
}

#logo {
	margin-left: 10px;
	float: left;
}

#rightHeader {
	margin-right: 10px;
	float: right;
}

#profileBox {
	width: 353px;
	background: transparent url('../images/box_profile.png') no-repeat bottom center;
	color: #fff;	
}
#profileBox #profileButtons {
	height: 48px;
	padding: 0px 20px;
}
#profileBox #profileButtons a {
	color: #fff;
	text-decoration: none;
}
#profileBox #profileButtons a:hover {
	text-decoration: underline;
}

#profileBox #profileButtons #profileDown,
#profileBox #profileButtons #profileUp {
	width: 35px;
	height: 35px;
	display: block;
	float: right;
}
#profileBox #profileButtons #profileDown {
	background: transparent url('../images/login_more.png') no-repeat top left;
}
#profileBox #profileButtons #profileUp {
	background: transparent url('../images/login_hide.png') no-repeat top left;
}
#profileBox #profileButtons button {
	margin-right: 45px;
	float: right;
}
#profileBox #profileButtons #prB2 {
	display: none;
}
#profileBox #profileForm {
	height: 81px;
	display: none;
	overflow: hidden;
	background: transparent url('../images/box_profile_up.png') no-repeat bottom center;
	padding: 0px 20px;
}


#searchBox {
	width: 345px;
	height: 34px;
	background: transparent url('../images/box_search.png') no-repeat top left;
	margin: 10px 0px 0px 3px;
	padding: 12px 0px;
}
#searchBox input {
	width: 230px;
	height: 25px;
	background: none;
	color: #a887ae;
	margin: 6px 0px 0px 15px;
	font-size: 16px;
	border: 0px;
}
#searchBox button {
	width: 77px;
	height: 34px;
	margin: 0px 0px 0px 13px;
	background: none;
	border: none;
	top: -5px;
	position: relative;
}

/* END OF HEADER */

/*
 * FOOTER
 */
#footerLeft {
	width: 650px;
	color: #7d7b7f;
	font-size: 11px;
	font-family: Tahoma;
	margin-left: 20px;
	float: left;
}
#footerLeft a {
	color: #7d7b7f;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
	margin-right: 10px;
}
#e7studio {
	width: 240px;
	color: #9e85ae;
	font-size: 11px;
	font-family: Tahoma;
	margin-right: 20px;
	float: right;
}
#e7studio img {
	vertical-align: middle;
}
#e7studio a {
	color: #9e85ae;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;	
}
/* END OF FOOTER */

/*
 * BOX
 */
#box {
	width: 968px;
}
#box #boxTop {
	width: 968px;
	height: 64px;
	overflow: hidden;
	background: transparent url('../images/box_top.png') no-repeat top left;
}
#box #boxContent {
	width: 948px;
	overflow: hidden;
	background: transparent url('../images/box_content.png') repeat-y left;
	padding: 0px 10px;
}
#box #boxBottom {
	width: 968px;
	height: 53px;
	overflow: hidden;
	background: transparent url('../images/box_bottom.png') no-repeat top left;
}
/* END OF BOX */

/*
 * MENU
 */

#menu {
	list-style-type: none;
	margin: 5px 0px 0px 5px;
}
#menu li {
	width: 143px;
	height: 55px;
	background: transparent url('../images/menu_separator.jpg') no-repeat right bottom;
	float: left;
}
#menu li#first {
	width: 122px;	
}
#menu li#last {
	width: 121px;
	background: none;
}

#menu li a {
	width: 141px;
	height: 40px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #6f315f;	
	font-size: 20px;	
	font-family: "Myriad Pro", Arial;
	font-weight: normal;
	padding-top: 15px;
}
#menu li.yellow a {
	background: transparent url('../images/menu_button_bg2.jpg') repeat-x bottom;
}
#menu li.purple a {
	background: transparent url('../images/menu_button_bg3.jpg') repeat-x bottom;
	color: #ffd559;
}
#menu li#fist a {
	wudth: 120px;
}
#menu li#last a {
	width: 121px;	
}
#menu li a:hover,
#menu li a.selected {
	color: #fff;
	background: transparent url('../images/menu_hover_bg.jpg') repeat-x top;
	border-left: 1px solid #59288c;
	border-right: 1px solid #59288c;
}
#menu li#first a:hover,
#menu li#first a.selected {
	color: #fff;
	background: transparent url('../images/menu_left_hover.png') no-repeat left top;
	border: 0px;
}
#menu li#last a:hover,
#menu li#last a.selected {
	color: #fff;
	background: transparent url('../images/menu_right_hover.png') no-repeat right top;
	border: 0px;
}

/* END OF MENU */

/*
 * OTHER
 */
#leftSide {
	width: 325px;
	float: left;
}
#rightSide {
	width: 610px;
	float: right;
}


.smallBox {
	width: 321px;
	background: transparent url('../images/box_small_bottom.png') no-repeat bottom left;
	padding-bottom: 9px;
}
.smallBoxTop,
.smallBoxTopPurple {
	width: 301px;
	height: 33px;
	overflow: hidden;
	background: transparent url('../images/box_small_top.png') no-repeat top left;
	padding: 20px 10px 10px 10px;
}
.smallBoxTopPurple {
	background: transparent url('../images/box_small_top2.png') no-repeat top left;
}

.smallBoxTop2 {
	width: 301px;
	height: 43px;
	overflow: hidden;
	background: transparent url('../images/box_small_top.png') no-repeat top left;
	padding: 10px 10px 10px 10px;
}
.smallBoxTop h2,
.smallBoxTop2 h2,
.smallBoxTopPurple h2 {
	color: #200328;
	font-size: 16px;
	font-family: "Myriad Pro", Arial;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}
.smallBoxTopPurple h2 {
	color: #ffd559;
}

.smallBoxTop a.more,
.smallBoxTop2 a.more,
.smallBoxTopPurple a.more {
	width: 125px;
	height: 17px;
	display: block;
	background: transparent url('../images/view_all.png') no-repeat top left;
	text-align: center;
	text-decoration: none;
	color: #1f0038;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	padding-top: 4px;
	float: right;	
}
.smallBoxTop2 a.more {
	margin-top: 10px;
}
.smallBoxTopPurple a.more {
	color: #ffd559;
}

.smallBoxContent {
	width: 317px;
	background-color: #fff;
	border-left: 1px solid #ddc9ee;
	border-right: 1px solid #ddc9ee;
	padding: 0px 1px;
}


.middleBox {
	width: 601px;
	background: transparent url('../images/box_middle_bottom.png') no-repeat bottom left;
	padding-bottom: 10px;
}
.middleBoxTop {
	width: 581px;
	height: 34px;
	overflow: hidden;
	background: transparent url('../images/box_middle_top.png') no-repeat top left;
	padding: 20px 10px 10px 10px;
}
.middleBoxTop h2 {
	color: #200328;
	font-size: 16px;
	font-family: "Myriad Pro", Arial;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}
.middleBoxTop a.more {
	width: 125px;
	height: 17px;
	display: block;
	background: transparent url('../images/view_all.png') no-repeat top left;
	text-align: center;
	text-decoration: none;
	color: #1f0038;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	padding-top: 4px;
	float: right;	
}
.middleBoxTop2 a.more {
	margin-top: 10px;
}

.middleBoxContent {
	width: 597px;
	background-color: #fff;
	border-left: 1px solid #ddc9ee;
	border-right: 1px solid #ddc9ee;
	padding: 0px 1px;
}

.middleBoxContent a {
	color: #8960ad;
	text-decoration: none;
}
.middleBoxContent a:hover {
	text-decoration: underline;
}


.commentBox {
	width: 581px;
	background: transparent url('../images/box_comment_bottom.jpg') no-repeat bottom left;
	padding-bottom: 9px;
	margin: 3px 8px;
	float: left;
}
.commentBoxTop {
	width: 581px;
	height: 9px;
	overflow: hidden;
	background: transparent url('../images/box_comment_top.jpg') no-repeat top left;
}
.commentBoxContent {
	width: 561px;
	background-color: #f5e9ff;
	border-left: 1px solid #ddc9ee;
	border-right: 1px solid #ddc9ee;
	padding: 0px 9px;
}
.commentBoxContent h2 {
	display: inline;
	margin-top: 2px;
	float: left;
}
.commentBoxContent h2,
.commentBoxContent h2 a {
	color: #000;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}
.commentBoxContent .viewMore {
	color: #7f7e7a;
	font-size: 11px;
	text-decoration: underline;
	margin: 2px 0px 0px 10px;	
	float: left;
}
.commentBoxContent .commentIcon {
	width: 19px;
	height: 19px;
	display: block;
	float: right;
}
.commentBoxContent .viewComments {
	color: #7f7e7a;
	font-size: 11px;
	text-transform: lowercase;
	margin-top: 5px;
	float: right;
}

.commentBoxContent .comments {
	width: 561px;
	background: transparent url('../images/box_comment_comment_bottom.jpg') no-repeat bottom left;
	padding-bottom: 14px;
}
.commentBoxContent .commentsTop {
	width: 561px;
	height: 16px;
	background: transparent url('../images/box_comment_comment_top.jpg') no-repeat bottom left;
}
.commentBoxContent .commentsContent {
	width: 539px;
	background-color: #fff;
	border-left: 1px solid #ddc9ee;
	border-right: 1px solid #ddc9ee;
	padding: 0px 10px;
}
#text,
#text {
	font-size: 14px !important;
	line-height: 20px;
}
#text ul,
#text ol,
.text ul,
.text ol {
	margin-left: 25px;
}
#text h1,
.text h1 {
	color: #8960ad;
	font-size: 16px !important;
	display: block !important;
	padding: 10px 0px !important;
	float: none !important;
}
#text h2,
.text h2 {
	color: #8960ad;
	font-size: 14px !important;
	display: block !important;
	padding: 10px 0px !important;
	float: none !important;
}
#text h3 {
	background: transparent url('../images/comment_title2.jpg') no-repeat top left;	
}
.text h3 {
	width: 507px;
	background: transparent url('../images/comment_title.jpg') no-repeat top left;
}
#text h3,
.text h3 {
	height: 14px;
	line-height: 14px;
	color: #8960ad;
	font-size: 12px !important;
	font-family: Tahoma;
	font-weight: bold;
	display: block !important;
	padding: 2px 20px !important;
	margin: 20px 0px;
	text-align: right;
	float: none !important;
}
#text h3 span,
.text h3 span {
	font-size: 12px !important;
}
.commentBoxContent .commentsContent h3.commenth3 {
	width: 527px;
	height: 14px;
	background: transparent url('../images/comment_title.jpg') no-repeat top left;
	padding: 2px 10px !important;
	color: #8960ad;
	font-size: 12px !important;
	font-family: Tahoma;
	font-weight: bold;
	margin: 5px 0px 5px -3px;
	float: left !important;
}
.commentBoxContent .commentsContent h3.commenth3 span {
	color: #8960ad;
	font-weight: normal;
	float: right;
}
.commentBoxContent .commentText {
	width: 460px;
	float: left;
}

.commentButton {
	margin-top: 5px;
	float: right;
}



.clearBox {
	width: 606px;
	background: transparent url('../images/box_clear_bottom.png') no-repeat bottom left;
	padding-bottom: 20px;
}
.clearBoxTop {
	width: 606px;
	height: 14px;
	background: transparent url('../images/box_clear_top.png') no-repeat bottom left;
}
.clearBoxContent {
	width: 604px;
	background-color: #fff;
	border-left: 1px solid #ddc9ee;
	border-right: 1px solid #ddc9ee;
}


.hrSmall {
	width: 321px;
	height: 2px;
	background: transparent url('../images/hr_small.png') no-repeat top center;
	margin: 10px 0px;
}
.hrMiddle {
	width: 605px;
	height: 2px;
	background: transparent url('../images/hr_middle.png') no-repeat top center;
	margin: 10px 0px;
}
.hrLarge {
	width: 948px;
	height: 2px;
	background: transparent url('../images/hr_large.png') no-repeat top center;
	margin: 10px 0px;
}

.input {
	width: 211px;
	height: 33px;
	background: transparent url('../images/input.png') no-repeat top left;
	margin: 2px 0px;
	padding: 2px 10px;
}
.input input {
	width: 211px;
	height: 25px;
	color: #815d9f;
	border: 0px;
	font-size: 16px;
	padding-top: 8px;
}
.input select {
	width: 211px;
	height: 25px;
	color: #815d9f;
	border: 0px;
	font-size: 16px;
	padding-top: 8px;
}
.textarea {
	width: 464px;
	height: 62px;
	background: transparent url('../images/textarea.jpg') no-repeat top left;
	padding: 8px 0px 0px 6px;
	float: right;
}
.textarea textarea {
	width: 453px;
	height: 55px;
	color: #815d9f;
	font-size: 12px;
	font-family: Tahoma;
	border: 0px;	
}

button {
	width: 109px;
	height: 35px;
	background: transparent url('../images/button.png') no-repeat top left;
	border: 0px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

ul.list {
	list-style-type: none;
}
ul.list li {
	border-bottom: 1px solid #f2efe9;
	padding: 5px 10px;	
}
ul.list li h3,
ul.list li h3 a {
	color: #8960ad;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;	
}
ul.list li h3 span {
	font-size: 12px;
	font-weight: normal;
}
ul.list li p {
	color: #000;
	font-size: 13px;
	margin: 4px 0px;	
}
ul.list li .posted {
	color: #8960ad;
	font-size: 11px;
	font-weight: bold;
}

ul.list li img.image {
	border: 1px solid #6f00aa;
	margin: 0px 5px 5px 0px;
	float: left;
}
ul.list li h4 {
	color: #8960ad;
}

ul.list li .input {
	color: #815d9f;
	float: left;
}
ul.list li button {
	width: 60px;
	background: transparent url('../images/button_small.png') no-repeat top left;
	margin: 3px 0px 0px 0px;
	float: right;
}


a.readMore {
	height: 14px;
	display: block;
	background: transparent url('../images/arrow.jpg') no-repeat right center;
	color: #7f7e7a;
	font-size: 11px;
	text-align: right;
	padding-right: 8px;
}
a.del {
	color: #ff0000;
}
a.report {
	color: #ff9600;
}

.noshow {
	display: none;
}

#text {
	padding: 10px;
}

.avatar {
	background-color: #fff;
	border: 1px solid #ddc9ee;
	margin: 0px 5px 5px 0px;
	padding: 3px;
	float: left;
}

.fixedHeight {
	height: 100px;
	overflow: auto;
}

ul#cats {
	list-style-type: none;
	padding: 0px 10px;	
}
ul#cats li {
	width: 150px;
	float: left;
}
ul#cats li a {
	width: 150px;
	height: 25px;
	display: block;
	background: transparent url('../images/menu_button_bg3.jpg') repeat-x top;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding-top: 10px;
	border: 1px solid #eaeaea;
}
ul#cats li#selected a,
ul#cats li a:hover {
	background: transparent url('../images/menu_button_bg2.jpg') repeat-x top;
	color: #8960ad;
}
ul#cats li.first a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;	
}
ul#cats li.last a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;	
}

/* END OF OTHER */

/*
 * FORM
 */
fieldset { 
	padding: 15px;
	border: 0px; 	
} 

fieldset .validate_error { 
	width: 150px;
	background : url('../admin/images/validate_error.png') no-repeat left; 
	color: #d33232; 
	padding-left: 18px;	
	font-style: italic; 
	margin-left: 4px; 	
	margin-top: 4px;
	float: left;
} 

fieldset .input_field { 
	width: 100%;
	margin-bottom: 10px;
	float: left;
} 

fieldset .input_field label { 
	width: 150px; 
	display: block; 
	text-align: right; 
	position: relative; 
	top: 15px; 
	padding-right: 6px; 
	float: left; 
}

fieldset .input_field .inputs {
	width: 230px;
	padding-top: 14px;
	float: left;
}

fieldset .input_field .input {
	float: left;
}
fieldset .input_field .input input {
	color: #815d9f;
}
fieldset .input_field .input select {
	color: #815d9f;
}

fieldset button {
	margin-left: 160px;
}

/* END OF FORM */

/*
 * ERROR MESSAGE
 */
.warning, .err, .succes {
	width: 100%;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.warning {
	border: 1px solid #a97822;
	background: #fff5ca;
}

.err {
	background: #e28b65;
	border: 1px solid #a5260f;
}

.succes {
	background: #b9e57b; 
	border: 1px solid #41a808; 
}

.warning .warning_icon {
	float: left;
	width: 48px;
	height: 48px;
	margin: 14px;
	background: url('/data/admin/assets/warn.png') no-repeat 0 0;
	behavior: url(/data/admin/js/iepngfix.htc) !important; 
}

.err .err_icon {
	float: left;
	width: 48px;
	height: 48px;
	margin: 14px;
	background: url('/data/admin/assets/fail.png') no-repeat 0 0;
	behavior: url(/data/admin/js/iepngfix.htc) !important; 
}

.succes .succes_icon {
	float: left;
	width: 48px;
	height: 48px;
	margin: 14px;
	background: url('/data/admin/assets/success.png') no-repeat 0 0;
	behavior: url(/data/admin/js/iepngfix.htc) !important; 
}

.desc {
	float:left;
	width:80%;
}

.desc p {
	float:left;
	color:#000 !important;
}

.desc span {
	float:left;
	width:100%;
	font-weight : bold; 
	font-size : 1.2em; 
	padding-bottom : 2px; 
	margin-top:15px;
}

.warning .desc span {
	color : #dc9c00; 
}

.err .desc span {
	color : #981d05; 
}

.succes .desc span {
	color : #3a9805;
}
 
a.close {
	float:right;
	color:#555;
	font-size:14px;
	padding:5px;
	display:inline;
	margin-right:5px;
	font-weight:bold;
}


.paging {
	padding : 8px 0 0; 
	margin: 10px auto 0px auto;
	text-align: center;
}

.paging a {
	margin: 0 5px 0 0;
	padding: 3px 6px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border : 1px solid #222;
}

.paging a.selected {
	background:url('/data/admin/assets/purplerep.png') 0 0 repeat-x;
 	border:1px solid #562334;
 	color: #fff;
}


#photos_border {
	width: 600px;
	height: 240px;
	overflow: hidden;
	border: 1px solid #ddc9ee;
}
