/* START RESET STYLES */
* {
	margin: 0px;
}

html,body {
	height: 100%;
	min-height: 100%;
}

body {
	font-family: Tahoma;
	font-size: 11px;
	background-color: #EBE9EA;
	background-image: url("../img/pageStyle/background.gif");
	background-repeat: repeat-x;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	vertical-align: middle;
}

p {
	padding: 0px;
	margin: 0px;
	line-height: 160%;
}

a {
	color: #797C80;
	text-decoration: none;
	font-size: 11px;
	text-decoration:underline;
}

a:hover {
	color: #0088cc;
	text-decoration:none;
}

/* END RESET STYLES */ /* START PAGE LAYOUT */
.conts {
	margin-right: auto;
	margin-left: auto;
	width: 995px;
	min-height: 100%;
	z-index: 110;
}

.errorMessage {
	padding: 5px;
	padding-top: 10px;
	width: 100%;
	text-align: center;
	color: red;
	font-weight: bold;
}

.message {
	padding: 5px;
	padding-top: 10px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: red;
	font-weight: bold;
}

.top {
	position: relative;
	height: 100px;
	z-index: 101;
	margin-bottom: 30px;
}

.logo {
	position: relative;
	width: 243px;
	height: 68px;
	float: left;
	background-image: url("../img/pageStyle/logo.png");
	background-repeat: no-repeat;
	margin-top: 21px;
	cursor: pointer;
}

.topMenu {
	position: absolute;
	left: 0;
	top: 95px;
	width: 100%;
	min-width: 100%;
	height: 54px;
	text-align: center;
	background-image: url("../img/pageStyle/topMenuBackground.png");
	background-repeat: repeat-x;
	z-index: 100;
	border-top: 1px solid #051D2F;
}

.topMenuItems {
	margin-left: auto;
	margin-right: auto;
	width: 995px;
	padding-top: 7px;
	z-index: 1000;
}

.topMenu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	margin-left: 30px;
	padding-right: 28px;
	text-shadow:1px 1px 0 #404064;
}

.topMenu a:hover {
	color: #0088cc;
}

.topBorder {
	border-right: 1px solid #1d6386;
}

.boxLeft {
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	width: 195px;
	margin-left: 5px;
	margin-bottom: 20px;
	float: left;
}

.boxTitle {
	position: relative;
	width: 161px;
	height: 28px;
	background-image: url("../img/pageStyle/boxTitle.gif");
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 17px;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

.boxTitleSmall {
	position: relative;
	width: 170px;
	height: 28px;
	background-image: url("../img/pageStyle/rightTitle.gif");
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 17px;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

.banner {
	filter: alpha(opacity =                               50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
}

.banner:hover {
	filter: alpha(opacity =                               100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.boxContents {
	background-color: #FFFFFF;
	width: 187px;
	margin-left: 1px;
	border-left: 1px solid #EEEBEB;
	border-right: 1px solid #EEEBEB;
}

.boxBottom {
	background-image: url("../img/pageStyle/boxBottom.png");
	background-repeat: no-repeat;
	width: 191px;
	height: 5px;
	margin-left: 1px;
}

.fileBottom {
	background-image: url("../img/pageStyle/filesContsBottom.png");
	background-position: 2px 0px;
	background-repeat: no-repeat;
	width: 779px;
	height: 13px;
	margin-left: 1px;
}

.contsTitle {
	background-image: url("../img/pageStyle/contsTitle.gif");
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 17px;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	width: 505px;
	height: 28px;
}

.filesTitle {
	background-image: url("../img/pageStyle/filesContsTop.png");
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 17px;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	width: 743px;
	height: 28px;
}

.filesTitle a {
	color: #333333;
}

.filesTitle a:hover {
	text-decoration: none;
}

.contsTitle a {
	color: #333333;
}

.contsTitle a:hover {
	text-decoration: none;
}

.pageBox {
	margin-top: 20px;
	width: 780px;
	min-height: 500px;
	_height: 500px;
	float: right;
	margin-bottom: 20px;
	margin-left: 5px;
	position: relative;
}

.filterBox {
	position: relative;
	width: 950px;
	float: left;
	margin-top: 20px;
	min-height: 300px;
}

.autocLoader {
	background-image: url("../img/pageStyle/icons/loadingCart.gif");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: left;
	margin-left: 5px;
	margin-top: 3px;
}

.filterTitle {
	background-image: url("../img/pageStyle/filterTitle.png");
	background-repeat: no-repeat;
	width: 995px;
	height: 43px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	padding-left: 35px;
	padding-top: 17px;
}

.filterConts {
	background-color: #FFFFFF;
	border-left: 1px solid #EEEBEC;
	border-right: 1px solid #EEEBEC;
	width: 985px;
	min-height: 60px;
	margin-left: 2px;
}

.filterBottom {
	background-image: url("../img/pageStyle/filterBottom.png");
	background-repeat: no-repeat;
	width: 992px;
	min-height: 11px;
	background-position: 2px 0px;
}

.filterForm {
	margin-left: 15px;
	padding-top: 15px;
}

.filterAutocomplete {
	position: relative;
	float: left;
	border: 1px solid #EEEBEC;
	width: 955px;
	margin-left: 15px;
	margin-top: 30px;
	font-size: 10px;
	border: 1px solid #EEEBEC;
	color: #797C80;
}

.filterFileDetails {
	width: 955px;
	position: relative;
	color: #797C80;
	font-family: tahoma;
	background-color: #FBFCFC;
}

.filterfileDetailsTop {
	background-image: url("../img/pageStyle/filterFileDetailsTop.png");
	background-repeat: no-repeat;
	width: 539px;
	height: 13px;
}

.filterfileDetailsBottom {
	background-image: url("../img/pageStyle/filterFileDetailsBottom.png");
	background-repeat: no-repeat;
	width: 539px;
	height: 13px;
}

.filterfileDetailsConts {
	position: relative;
	background-color: #FBFCFC;
	border-left: 1px solid #EEEBEC;
	border-right: 1px solid #EEEBEC;
	width: 532px;
	min-height: 200px;
	margin-left: 2px;
}

.filterIDLabel {
	margin-left: 10px;
	padding-top: 5px;
}

.filterTab {
	width: 85px;
	height: 24px;
	position: absolute;
	top: -23px;
	left: 14px;
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
}
.recentFiles{
  margin-top:30px;
  position:relative;
  width:718px;
  margin-left:auto;
  margin-right:auto;
  border:1px solid #EEEBEB;
  background-color:#FBFCFC;
  	
}
.open {
	background-image: url("../img/pageStyle/tabOpen.png");
	background-repeat: no-repeat;
}

.closed {
	background-image: url("../img/pageStyle/tabClosed.png");
	background-repeat: no-repeat;
}

.pageConts {
	position: relative;
	width: 718px;
	background-color: #FFFFFF;
	margin-left: 3px;
	border-left: 1px solid #EEEBEB;
	border-right: 1px solid #EEEBEB;
	color: #797c80;
	padding: 10px;
	padding-left: 28px;
	padding-right: 30px;
	min-height: 107px;
}

.catTitle {
	font-weight: bold;
	text-shadow: 2px 2px 0px #F1F1F2;
	font-size: 13px;
}

.contsBottom {
	background-image: url("../img/pageStyle/contsBottom.gif");
	background-repeat: no-repeat;
	width: 533px;
	height: 11px;
	margin-left: 2px;
}

.fotter {
	background-color: #FFFFFF;
	height: 80px;
	border-top: 1px solid #D9D9D9;
	position: relative;
	width: 100%;
}

.fotterConts {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.creditCard {
	position: relative;
	float: left;
	margin-top: 20px;
	background-image: url("../img/pageStyle/paypal.gif");
	background-repeat: no-repeat;
	width: 127px;
	height: 40px;
}

.pages {
	float: left;
	margin-top: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 100%;
	color: #797c80;
}

.copyright {
	position: absolute;
	margin-top: 50px;
	text-align: center;
	width: 100%;
	color: #797c80;
	left: 0px;
	top: 0px;
}

.separatePages {
	color: #000000;
}

.rightSimpleBox {
	position: relative;
	width: 170px;
	float: left;
}

.cartBox {
	position: absolute;
	width: 170px;
	right: 30px;
	top: -10px;
	float: left;
}

.simpleBoxTop {
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	background-image: url("../img/pageStyle/simpleBoxTop.gif");
	background-repeat: no-repeat;
	width: 198px;
	height: 8px;
}

.cartBoxTop {
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	background-image: url("../img/pageStyle/cartTop.png");
	background-repeat: no-repeat;
	width: 198px;
	height: 8px;
}

.cartBoxBottom {
	position: relative;
	background-image: url("../img/pageStyle/cartBottom.png");
	background-repeat: no-repeat;
	background-position: 1px 0px;
	width: 198px;
	height: 15px;
}

.simpleBoxConts {
	position: relative;
	width: 184px;
	margin-left: 1px;
	background-color: #FFFFFF;
	border-left: 1px solid #EEEBEC;
	border-right: 1px solid #EEEBEC;
	padding-left: 10px;
	color: #797c80;
}

.simpleBoxBottom {
	position: relative;
	background-image: url("../img/pageStyle/simpleBoxBottom.gif");
	background-repeat: no-repeat;
	width: 198px;
	height: 7px;
}

.paginator {
	float: right;
	margin-top: 8px;
	margin-bottom: 8px;
}

.disabledPage {
	display: none;
}

.paginator a {
	text-decoration: none;
	color: #797c80;
	border: 1px solid #dedede;
	padding: 3px;
	background-image: url("../img/pageStyle/pagiGrad.png");
	background-repeat: repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 40px;
	background-color: #EAEAEA;
}

.paginator a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #dedede;
	border: 1px solid #dedede;
	padding: 3px;
}

.paginator a:hover {
	color: #0088cc;
}

.paginator .current {
	font-weight: bold;
	color: #000000;
	padding: 2px;
	background-color: #dedede;
	border: 1px solid #dedede;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
}

.backButton {
	background-image: url("../img/pageStyle/back.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 5px;
	padding-left: 17px;
	width: 80px;
	height: 16px;
	display: block;
}

.backButton:hover {
	background-image: url("../img/pageStyle/back_over.gif");
	background-repeat: no-repeat;
}

.navStyle a {
	font-size: 12px;
	text-decoration: underline;
}

.navStyle a:hover {
	text-decoration: none;
}

/* END PAGE LAYOUT */ /* START SITE SEARCH */
.searchBox {
	position: absolute;
	top: 135px;
	left: 16px;
	width: 230px;
	height: 50px;
	padding-top: 20px;
	z-index: 10;
}

.searchInput {
	border: 1px solid #dedede;
	background-color: #fbfcfc;
	height: 16px;
	padding-top: 4px;
}

.searchInput:focus {
	background-color: #FFFFFF;
}

.detailSearch {
	color: #797c80;
	text-decoration: none;
}

.detailSearch:hover {
	color: #0088cc;
}

.filterLoader {
	position: absolute;
	background-image: url("../img/admin/spinner.gif");
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	left: 45%;
	top: 30px;
}

.selectLoader {
	position: absolute;
	width: 170px;
	height: 40px;
	background-color: #ffffff;
	top: 0px;
	left: 0px;
	padding-top: 3px;
	z-index: 200;
}

/* END SITE SEARCH */ /* START CATEGORY */
.catList {
	list-style: none;
	width: 135px;
	margin: 0px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #797c80;
}

.filterCats {
	float: right;
	position: relative;
	margin-right: 13px;
	margin-bottom: 10px;
}

.catList li {
	background-image: url("../img/pageStyle/pointer.gif");
	background-repeat: no-repeat;
	background-position: 127px 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.catBorder {
	border-bottom: 1px solid #d9d9d9;
}

.catList a {
	padding-left: 2px;
	color: #797c80;
	text-decoration: none;
	display: block;
	font-size: 11px;
}

.catList a:hover {
	color: #0088cc;
}

.selectedItem {
	font-weight: bold;
}

/* END CATEGORY */ /* START TABLE STYLES */
th {
	color: #333333;
	font-weight: bold;
	text-align: left;
}

.tdTitle {
	background-color: #E8E8E9;
	font-weight: bold;
	text-transform: uppercase;
}

.fileRow {
	background-image: url("../img/pageStyle/Xdashed.gif");
	background-repeat: repeat-x;
}

.tdcartTitle {
	background-color: #F9F9F9;
	padding-left: 6px;
	font-weight: bold;
}

.tableHeader {
	cursor: pointer;
	background-color: #F6F6F7;
}

.sortasc {
	color: #0088CC;
	background-image: url("../img/admin/sort_desc.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 0px 4px;
}

.sortdesc {
	color: #0088CC;
	background-image: url("../img/admin/sort_asc.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 0px 4px;
}

/* END TABLE STYLES */ /* START BUTTONS */
.darkButton {
	width: 68px;
	height: 20px;
	background-image: url("../img/pageStyle/darkButton.gif");
	background-repeat: no-repeat;
	color: #a7ccec;
	padding-top: 4px;
	font-size: 10px;
	cursor: pointer;
	text-align: center;
}

.searchButton {
	width: 16px;
	height: 18px;
	background-image: url("../img/pageStyle/icons/search.png");
	background-repeat: no-repeat;
	background-position: 0px 2 px;
	cursor: pointer;
}

.darkButton:hover {
	color: #0088cc;
}

.addToCart {
	background-image: url("../img/pageStyle/cart.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 17px;
	height: 17px;
	padding-top: 3px;
	cursor: pointer;
}

.deleteCartItem {
	background-image: url("../img/pageStyle/icons/deleteCartItem.gif");
	background-repeat: no-repeat;
	background-position: 0 2px;
	width: 9px;
	height: 16px;
	cursor: pointer;
	float: left;
	padding-right: 5px;
}

.addToCartWLabel {
	width: 100px;
	background-position: right center;
	padding-right: 19px;
	padding-top: 8px;
}

.addToCartWLabel:hover {
	color: #0088CC;
}

.checkout {
	width: 68px;
	height: 20px;
	background-image: url("../img/pageStyle/checkout.gif");
	background-repeat: no-repeat;
	color: #333333;
	padding-top: 4px;
	font-size: 10px;
	cursor: pointer;
	text-align: center;
	margin-top: 10px;
}

.checkout:hover {
	color: #000000;
}

/* END BUTTONS */ /* START CART */
.price {
	color: #0088cc;
}

.cartCount {
	background-image: url("../img/pageStyle/icons/toggle.png");
	background-repeat: no-repeat;
	color: #797c80;
	width: 120px;
	cursor: pointer;
	padding-left: 21px;
	padding-top: 2px;
}

.cartItem {
	color: #797c80;
	height: 10px;
	width: 173px;
	float: left;
	padding-top: 4px;
	padding-bottom: 6px;
	cursor: help;
}

.cartItemName {
	color: #797c80;
	float: left;
	width: 100px;
	text-decoration: none;
}

#cartItems {
	padding-top: 5px;
	margin-bottom: 5px;
}

.cartItemName:hover {
	color: #0088cc;
}

.cartLink {
	display: block;
	float: left;
	width: 170px;
	height: 15px;
	color: #0088cc;
	padding-top: 4px;
	font-size: 12px;
	margin-bottom: 5px;
	background-image: url("../img/pageStyle/cart2.gif");
	background-repeat: no-repeat;
	background-position: 150px 0px;
	text-decoration:none;
}

.cartItemPrice {
	float: right;
	width: 45px;
	text-align: right;
}

.cartTotal {
	width: 175px;
	color: #797c80;
	margin-top: 5px;
	text-align: right;
	position: relative;
}

.cartSteps {
	width: 545px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	padding: 5px;
	padding-top: 40px;
	padding-bottom: 0px;
	text-align: center;
}

.cartSteps span {
	margin-left: 5px;
	margin-right: 5px;
	color: #797C80;
}

.bold {
	font-weight: bold;
}

.preloading {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background-image: url("../img/pageStyle/loader.gif");
	background-repeat: no-repeat;
	text-align: center;
	background-position: center center;
	margin-top: 80px;
	color: #797C80;
}

.cartMessage {
	font-weight: bold;
	color: red;
	width: 100%;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.cartConts {
	padding-bottom: 10px;
}

/* END CART */ /* START SESSION */
.session {
	text-align: center;
	margin-top: 60px;
	color: #797c80;
}

.sessionLink {
	color: #797c80;
	font-size: 10px;
	text-decoration: none;
}

.sessionLink:hover {
	color: #000000;
}

.loginLink {
	color: #797c80;
	font-size: 10px;
	text-decoration: none;
	background-image: url("../img/pageStyle/icons/login.png");
	background-repeat: no-repeat;
	height: 16px;
	padding-left: 20px;
	padding-top: 2px;
	width: 75px;
}

.registerLink {
	color: #797c80;
	font-size: 10px;
	text-decoration: none;
	background-image: url("../img/pageStyle/icons/register.png");
	background-repeat: no-repeat;
	height: 16px;
	padding-top: 2px;
	padding-left: 20px;
	width: 150px;
}

.profileLink {
	color: #797c80;
	font-size: 10px;
	text-decoration: none;
	background-image: url("../img/pageStyle/icons/profile.png");
	background-repeat: no-repeat;
	height: 16px;
	padding-left: 20px;
	padding-top: 2px;
	width: 75px;
}

.myDownLink {
	color: #797c80;
	font-size: 10px;
	text-decoration: none;
	background-image: url("../img/pageStyle/icons/mydownloads.png");
	background-repeat: no-repeat;
	height: 16px;
	padding-left: 20px;
	padding-top: 2px;
	width: 75px;
}

.logoutLink {
	color: #797c80;
	font-size: 10px;
	text-decoration: none;
	background-image: url("../img/pageStyle/icons/logout.png");
	background-repeat: no-repeat;
	height: 16px;
	padding-left: 20px;
	padding-top: 2px;
	width: 75px;
}

/* END SESSION */ /* START FORMS */
input {
	border: 1px solid #dedede;
	background-color: #fbfcfc;
	height: 15px;
	font-size: 11px;
	padding-top: 2px;
}

input[type=checkbox] {
	border: none !important;
	background-color: none;
}

input[type=radio] {
	border: none !important;
	background-color: none;
}

textarea {
	border: 1px solid #dedede;
	background-color: #fbfcfc;
}

select {
	font-size: 12px;
}

.formError {
	color: red;
}

/* END FORMS */ /* START FILE DOWNLOAD */
.downLoadFile {
	padding: 15px;
	padding-left: 0px;
	width: 500px;
	height: 60px;
}

.downLoadFile a {
	text-decoration: none;
	font-size: 11px;
	padding-top: 10px;
	height: 64px;
	font-weight: bold;
	color: #797C80;
}

.downLoadFile a:hover {
	color: #0088cc;
}

.downFileDetails {
	float: left;
	width: 300px;
	margin-top: 0px;
	margin-left: 10px;
	line-height: 150%;
}

.downFileImage {
	width: 64px;
	float: left;
}

/* END FILE DOWNLOAD */ /* START MY DOWNLOADS */
.myDownloadsCategory {
	background-color: #F9F9F9;
	padding: 5px;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 3px;
}

.myDownloadsCategory:hover {
	color: #0088cc;
}

.myDownloadsContents {
	padding: 5px;
	background-image: url("../img/pageStyle/Xdashed.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 5px;
}

.myDownLoadsDownload {
	float: left;
	width: 30px;
}

.myDownLoadsDetails {
	float: left;
	width: 400px;
}

.askLink {
	font-weight: bold;
	padding: 3px;
	background-image: url("../img/pageStyle/icons/message.png");
	background-repeat: no-repeat;
	height: 16px;
	padding-left: 20px;
}

/* END MY DOWNLOADS */ /* START PROFILE */
.profileItems {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 120px;
}

.profileItems li {
	list-style-type: square;
	padding-bottom: 3px;
	padding-top: 3px;
}

/* END PROFILE */ /* START AUTOCOMPLETE */
.autocomplete {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 450px;
	min-height: 100px;
	background-color: #FFFFFF;
	border-top: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	z-index: 5;
}

.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 50;
}

.autocomplete ul li.selected {
	background-color: #ededed;
}

.autocomplete ul li {
	font-family: tahoma;
	color: #797C80;
	font-size: 10px;
	list-style-type: circle;
	display: block;
	margin: 0;
	margin-bottom: 5px;
	padding: 5px;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-right: 4px;
	height: 10px;
	cursor: pointer;
}

/* END AUTOCOMPLETE */ /* START LISTS */
.subCats {
	list-style: none;
	padding-left: 0px;
	margin-top: 15px;
	margin-bottom: 25px;
	display: block;
}
.subCats a {
 text-decoration:none;	
}

.subCats li {
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 20px;
	display: block;
	width: 96px;
	float: left;
	background-image: url("../img/pageStyle/folder.gif");
	background-repeat: no-repeat;
	height: 20px;
}

.subCats li a {
	
}

/* END LISTS */ /* START LINKS */
.backLink {
	display: block;
	width: 100px;
	background-image: url("../img/pageStyle/back_sh.gif");
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	height: 16px;
}

/* END LINKS */ /* START IMAGES */
.fileImages {
	position: relative;
	width: 450px;
	background-image: url("../img/pageStyle/gallery_repeat.png");
	background-repeat: repeat-y;
}

.fileImage {
	position: relative;
	float: left;
	height: 80px;
	margin-right: 5px;
	padding-left: 7px;
	padding-top: 5px;
}

.gallery_top {
	background-image: url("../img/pageStyle/gallery_top.png");
	background-repeat: no-repeat;
	width: 450px;
	height: 15px;
}

.gallery_bottom {
	background-image: url("../img/pageStyle/gallery_bottom.png");
	background-repeat: no-repeat;
	width: 450px;
	height: 9px;
	margin-bottom: 5px;
}

.gallery_conts {
	position: absolute;
	z-index: 12;
	top: 0px;
	left: -5px;
	left: 12px;
}

/* END IMAGES */ /* START COMMENTS */
.comments {
	min-height: 200px;
}

.comment {
	padding: 3px;
	background-color: #F8F9F9;
	margin-bottom: 3px;
	border: 1px solid #EEEBEC;
}

.comment_author {
	padding: 5px;
	padding-top: 2px;
	padding-left: 0px;
}

.comment_body {
	padding: 5px;
	padding-left: 0px;
	font-family: georgia;
	padding-left: 4px;
}
/* END COMMENTS */
