/* RESET ***************************************************/

	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend,	table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #198F97;
}	
a:hover {
	text-decoration: underline;
}	
	
pre {
	text-align: left;
	color: green;
}





/* STRUCURE and CORE COLORS ***************************************************/

body {
	font-family: arial;	
	color: #666;
	line-height: 20px;
	font-size: 16px;
	max-width: 460px;
}
p {
	margin-bottom: 10px;
}
p small {
	font-size: 12px;
}

h1 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
}


input,
select {
	padding: 2px;
	font-size: 15px;
	background-color: #fff;
}
textarea {
	font-family: arial, verdana, san-serif;
	font-size: 12px;
}


a img { 
	border: 1px solid #d4d3d1; 
	padding: 1px;
}
a img:hover { 
	border: 1px solid #198f97; 
}
.noBorder {
	border: 0 !important;
}
.header {
	margin: 0 0 15px 0;
	background: #252525;
}
.content {
	margin: 10px;
}
.footer {
	margin: 10px;
}



.search_bar {
	margin: 7px 15px 7px 0;
}
.search_bar input {
	width: 80px;
	background-color: #2e2e2e;
	margin-bottom: -2px;
	font-size: 12px;
	color: #fff;
	
}
.search_bar button {
	font-size: 12px;
}


.c { clear: both; }
.floatR { float: right; }
.floatL { float: left; }
.alignR { text-align: right; }
.alignL { text-align: left; }

.hide { display: none; }
.rel { position: relative; }
.new {
	text-transform: uppercase;
	background: yellow;
	padding: 0px 2px;
	margin: 0 0 0 2px;
	color:#666666;
	font-size:9px;
}
.pagination,
.photo_detail {
	padding: 0 10px 10px 0;
}

.photo_detail h2 {
	font-size: 20px;
	line-height: 25px;
}



.headline {
	padding: 2px 7px;
	margin: 0 0 10px 0;
	background-color: #d9d9d9;
	border: 2px solid #d9d9d9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.headline h2 {
	font-size: 20px;
}




.button {
	background: #252525;
	border: 2px solid #545454;
	text-transform: uppercase;
	padding: 3px 7px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.button {
	background: #3e3e3e;
}

a.button:hover {
	background: #198F97;
	color: #fff;
	border: 2px solid #00666d;
	text-decoration: none;
}


.prev_button {
	float: left;
}
.next_button {
	float: right;
}



ul.imgList { 
	float: left;
	margin: 0 -7px 10px 0;
}

ul.imgList li { 
	margin: 0 7px 7px 0; 
	float: left;
}
ul.imgList li a {
	position: relative;
}
ul.imgList li a span {
	display: none;
}





ul.tinyImgList { 
	float: left;
}
ul.tinyImgList li,
ul.tinyImgList div { 
	display: inline; 
	margin: 0 10px 10px 0; 
	float: left;
}
ul.tinyImgList li a img {
	width: 70px !important;
	height: 44px !important;
	float: left;
}
ul.tinyImgList li a span {
	display: none;
}

.home ul li {
	display: block;
	padding: 1px 0;
	border-bottom: 1px solid #E8E8E4;
}
.home ul li:first-child {
	border-top: 1px solid #E8E8E4;
}
.home ul li a {
	display: block;
	padding: 10px 0;
}
.home ul li a:hover {
	text-decoration: none;
	background-color: #ececec;
}

.home ul li a b {
	font-size: 22px;
	line-height: 20px;
}
.home ul li a span {
	font-size: 11px;
	line-height: 20px;
}




.messageRow {
	border-bottom: 1px solid #E8E8E4;
	font-size: 14px;
	clear: both;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
.messageRow:first-child {
	border-top: 1px solid #E8E8E4;
}


.messageRow .tinyImg {
	float: left;
	margin: 0 7px 7px 0;
}





ul.tinyList { 
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
}

ul.tinyList li { 
	margin: 0 0 10px 0;
}
ul.tinyList small { 
	font-size: 11px;
}


ul.tinyList .onlineNow { 
	background: url(../img/icon_online.gif) 234px 10px no-repeat;

}


ul.tinyList .tinyListImg, 
ul.tinyList .tinyListImg img { 
	float: left;
}


ul.tinyList .tinyListContent {
	height: 49px;
	display: block;
	margin: 0 0 0 60px;
	border-top: 1px solid #E8E8E4;
	border-bottom: 1px solid #E8E8E4;
}

ul.tinyList .tinyListContentProduct {
	height: 98px !important;
	margin: 0 0 0 110px !important;
}


ul.tinyList .tinyListContent span {
	display: block;
	padding: 6px 0;
	line-height: 18px;
}

.contentHead {
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #E8E8E4;
}

.contentTable {
	width: 100%;
	border-collapse:collapse; 
	margin-bottom: 15px;
	clear: both;
} 	
.contentTable thead tr {
	background-color: #f8f8f8; 
	border-top:1px solid #E8E8E4;
	font-weight: bold;
} 	
.contentTable th,
.contentTable td {
	padding: 7px 10px;
	border-right:1px solid #E8E8E4;
	text-align: left;
} 	
.contentTable tr {
	border-bottom:1px solid #E8E8E4;
}
.contentTable .last {
	border-right: 0;
	text-align: right;
}

