/* - - - - - - - - - - - - - - - - - - - - - - - - - -
                   GLOBAL STYLES
- - - - - - - - - - - - - - - - - - - - - - - - - - */

BODY {
	margin: 0px;	
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
}
H4 {
	color: white;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
H3 {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
H5 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
H6 {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
H7 {
	font-weight: bold;
	border-bottom: 1px solid black;
}
A {
	text-decoration: none;
	color: black;
}
A:visited {
	color: black;
}
A:hover {
	color: #454390;
}
A.underline {
	color: black;
}
A.underline:visted {
	color: black;
}
A.underline:hover {
	text-decoration: underline;
}
A.white {
	color: white;
}
A.white:hover {
	color: yellow;
}
A.bluelink {
	color: blue;
}
A.bluelink:hover {
	color: red;
}
A.black {
	font-size: 12px;
	color: black;
}
A.black:hover {
	color:  blue;
}
P {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
.left {
	text-align: left;
}
.justify {
	text-align: justify;
}
DIV.spacer5 {
	height: 5px;
}
.greytext {
	color: #555555;
}
.whitetext {
	color:  white;
}
.redtext {
	color: red;
}
.small {
	font-size: 12px
}
.inputBox {
	border: 1px solid gray;
	background-color: #ffe3e2;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.lightgrey {
	color: #7e7e7e;
}

.blueTextBlock {
	background-color: #e0e0ff; 
	padding: 10px; 
	border: 1px solid #8888ff;
}
.blueTextHeader {
	background-color: #8888ff;
	padding: 5px;
	color: white;
}

.retailer_details {
	display: none;
}

DIV.fodder {
	display: none;  
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - -
                       HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - */

DIV#bannerAd {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 3px solid #d74c4c;
}
DIV.header {
	background-color: #fdbaba;
	height: 120px;
}
DIV.redLine {
	background-color: #d74c4c;
	height: 4px;
	overflow: hidden;
}
DIV.siteLogo {
	position: absolute;
	top: 46px;
	left: 620px;
}
DIV.tabs {
	position: absolute;
	height: 30px;
	top: 88px;
	left: 0px;
	text-align: center;
	color: white;
}
#tab_home {
	background-color: #d74c4c;
	background-image: url(/images/tab_first.gif);
	width: 80px;
	height: 24px;
	padding-top: 8px;
	float: left;
}
#tab_products {
	background-color: #dc5959;
	background-image: url(/images/tab_second.gif);
	width: 78px;
	height: 24px;
	padding-top: 8px;
	padding-left: 2px;
	float: left;
}
#tab_people {
	background-color: #eb6d6d;
	background-image: url(/images/tab_second.gif);
	width: 78px;
	height: 24px;
	padding-top: 8px;
	padding-left: 2px;
	float: left;
}
#tab_pictures {
	background-color: #ef7e7e;
	background-image: url(/images/tab_second.gif);
	width: 78px;
	height: 24px;
	padding-top: 8px;
	padding-left: 2px;
	float: left;
}
#tab_forum {
	background-color: #ee8b91;
	background-image: url(/images/tab_second.gif);
	width: 78px;
	height: 24px;
	padding-top: 8px;
	padding-left: 2px;
	float: left;
}
#tab_links {
	background-color: #ee7f91;
	background-image: url(/images/tab_second.gif);
	width: 78px;
	height: 24px;
	padding-top: 8px;
	padding-left: 2px;
	float: left;
}

TD.name {
	border-bottom: 1px dashed #999999;
}
TD.country {
	font-size: 11px;
	border-bottom: 1px dashed #999999;
}
TD.comments {
	padding-left: 6px;
	font-size: 12px;
	border-bottom: 1px dashed #999999;
}
A.tabs {
	color: white;
}
A.tabs:hover {
	color: yellow;
}
#rightBox {
	position: absolute;
	top: 150px;
	left: 780px;
}
#redBoxMiddle {
	background-color: #d74c4c;
	width: 186px;
	padding: 5px 10px 1px 15px;
}
#pinkBoxMiddle {
	background-color: #fdbaba;
	width: 186px;
	padding: 0px 10px 0px 20px;
}

.middleBox {
	border: 2px solid #a0a7ff;
	background-color: white;	
	width: 500px;
	text-align: left;
	padding: 10px 10px;
}
.middleBoxBig {
	border: 2px solid #a0a7ff;
	background-color: white;	
	width: 630px;
	text-align: left;
	padding: 10px;
}
.boxColumn {
	border: 2px solid #a0a7ff;
	background-color: white;	
	width: 295px;
	text-align: justify;
	padding: 10px;
	font-size: 14px;
}

/* - - - - - - - - - - - - - - - - - - - - - - -
                    PAGES
- - - - - - - - - - - - - - - - - - - - - - - */

.productsBar {
	position: absolute;
	top: 130px;
	left: 30px;
}

.productsItem {
	float: left;
}

.blueBox {
	position: absolute; 
	top: 150px;
	left: 40px;
	margin-bottom: 10px;
}
.blueBoxTop {
	background-image: url(/images/blueBox_top.gif);
	width: 696px;
	height: 19px;
}
.blueBoxBottom {
	background-image: url(/images/blueBox_bottom.gif);
	width: 696px;
	height: 19px;
	top: -10px;
}
.blueBoxContent {
	/*background-image: url(/images/blueBox_middle.gif);*/
	background-color: #eceef8;
	border: 4px solid #a0a7ff;
	padding: 20px 20px;
	width: 656px;
	margin: 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.blueBoxTabs {
	text-align: center;
}
.smallBlueBox {
	margin: 20px;
	padding: 10px;
	border: 2px solid #A0A7FF;
	background-color: #efebff;
	width: 320px;
}
.smallBlueBox H5 {
	color: #454390;
	padding: 5px;
}
.smallBlueBox INPUT {
	border: 1px solid #A0A7FF;
}


/* - - - - - - - - - - - - - - - - - - - - - - -
                  SEARCH PAGE
- - - - - - - - - - - - - - - - - - - - - - - */

.searchResults {
	width: 620px;
	text-align: left;
}
.retailerAddress {
	background-color: #f9f2ff;
	border: 1px dashed #929ad1;
	padding: 0px 5px 5px 5px;
	font-size: 14px;
	width: 40%;
}
.retailerContact {
	background-color: #f9f2ff;
	border: 1px dashed #929ad1;
	padding: 5px;
	font-size: 14px;
}
.retailerComments {
	background-color: #f9f2ff;
	border: 1px dashed #929ad1;
	padding: 5px;
	font-size: 14px;
}


/* - - - - - - - - - - - - - - - - - - - - - - -
                RETAILERS PAGE
- - - - - - - - - - - - - - - - - - - - - - - */

.whiteBackground {
	width: 522px;
	border: 1px solid #a0a7ff; 
	color: black;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background-color: white;
}
.blueInputBox {
	border: 1px solid #a0a7ff;
	width: 220px;
} 
.blueTextArea {
	border: 1px solid #a0a7ff;
	width: 220px;
}
.redBackground {
	background-color: #d74c4c;
	color: white;
	padding: 5px;
}
.blueBackground {
	background-color: #a0a7ff;
	color: black;
	padding: 5px;
}

/* - - - - - - - - - - - - - - - - - - - - - - -
                PEOPLE PAGE
- - - - - - - - - - - - - - - - - - - - - - - */

.peopleTableHead {
	background-color: #7073ff;
	color:  white;
	font-weight: normal;
	border-bottom: 2px solid black;
}
TR.evenPeople {
	background-color: #ececff;
}
TR.oddPeople {
	background-color: #d4d8ff;
}
TD.profileKey {
	background-color: #dddfff;
	text-align: right;
}
TD.profileValue {
	background-color: navy;
	color: white;
}
A.pagePosition {
	background-color: #d4d8ff;
	padding: 5px 10px 5px 10px;
}
A.pagePosition:hover {
	background-color: #ffdfe1;
}
A.pageNumber {
	background-color: #d4d8ff;
	padding: 5px 10px 5px 10px;
}
A.pageNumber:hover {
	background-color: #ffdfe1;
}
A.blank {
	background-color: #d4d8ff;
	color: gray;
	padding: 5px 10px 5px 10px;
}
TD.personREsults {
	font-size: 12px;
}

/* - - - - - - - - - - - - - - - - - - - - - - -
                FORUM PAGE
- - - - - - - - - - - - - - - - - - - - - - - */
DIV.forumCat {
	margin-bottom: 20px;
}
DIV.forumCatHeader {
	font-size: 14px;
	color: white;
	padding: 2px;
	text-align: center;
	background: url(../images/forum_catHeader.gif) 0 0;
}
SPAN.forumParentHeader {
	background: url(/images/icon_speechBubble.png) no-repeat;
	padding-left: 25px;
	padding-right: 25px;
}
DIV.forumCatSubHeader {
	border: 1px solid #8f8fff;
	border-top: none;
	background-color: #7d7fd3;
	color: #644fff;
	font-size: 10px;
}
TR.forumCatSubHeader {
	font-size: 11px;	
}
TR.forumCatBody {
	font-size: 14px;
}
DIV.forumCatBody {
	background-color: white;
	text-align: left;
	border: 1px solid #8f8fff;
	border-top: none;
}
.forumCatSubscript {
	font-size: 10px;
}
DIV.forumEntry {
	background: url(/images/16-tag-hot.png) no-repeat 5px 5px;
	padding-left: 30px;
}
DIV.forumEntry2 {
	background: url(/images/16-tag-hot.png) no-repeat 5px 0px;
	padding-left: 30px;
}
TR.forumForumPost {
	font-size: 12px;
}
TD.forumLastPost {
	font-size: 10px;
}
TD.forumPostTitle {
	font-size: 14px;
}
SPAN.forumPostTitle {
	background: url(/images/16-tag-pencil.png) no-repeat 6px;
	padding-left: 30px;
}
TR.forumPostClassOdd {
	background-color: white;	
}
TR.forumPostClassEven {
	background-color: #f0f0ff;
}
DIV.forumPost {
	border: 1px solid #a0a0a0;
	border-top: none;
}
DIV.forumPostHeader {
	border-bottom: 3px double #a0a0a0;
	background-color: #d0d0d0;
	text-align: left;
	padding: 2px;
}
TR.forumPostHeader {
	font-size: 11px;	
}
SPAN.forumPostHeader {
	padding-left: 20px;
	background: url(/images/16-member.png) no-repeat;
}
DIV.forumPostContent {
	padding: 5px 10px 5px 10px;
	text-align: left;
	background-color: #fff5f5;
	width: 630px;
}
DIV.forumButtons {
	float: right;
	margin-top: 15px;
}
DIV.forumReply {
	background-color: white;
	padding: 5px 10px 5px 10px;
	text-align: center;
}
TEXTAREA.forumReply {
	border: 1px solid #a0a7ff;
	width: 630px;
	height: 300px;
	background-color: #f5f5ff;
}
TD.bbcode {
	background-color: #efe5fe;
}
.blueInputBox2 {
	border: 1px solid #a0a7ff;
	width: 630px;
	background-color: #f5f5ff;
} 



/* - - - - - - - - - - - - - - - - - - - - - - -
                BBCODE STYLES
- - - - - - - - - - - - - - - - - - - - - - - */

DIV.box {
	border: 1px solid gray;
	padding: 5px;	
	background-color: #f5f5ff;
}


/* - - - - - - - - - - - - - - - - - - - - - - -
                PICTURES PAGE
- - - - - - - - - - - - - - - - - - - - - - - */

DIV.imageUpload {
	border: 1px solid #a0a7ff;
	width: 400px;
	background-color: #f0f0ff;
	padding: 10px;
	margin-bottom: 10px;
}

DIV.uploadedMessage {
	width: 400px;
	border: 1px solid black;
	background-color: #fdc;
	margin-bottom: 15px;
	padding: 10px;
}

UL.images {
	margin:0px;
	padding: 0px;
	margin-left: 2px;
}
LI.image {
	list-style-type: none;
	display: inline;
	float: left;
	padding: none;
	margin: 6px;
}
BODY.imageBody {
	background-color: #ffe2df;
}
.greyBackground {
	border: 1px solid #aaaaaa;
	background-color: white;
	padding: 10px;
	padding-top: 0px;
	width: 500px;
	margin: 10px;
}
DIV#ratingMessage {
	color: red;
}

DIV.imageInfo {
	width: 450px;
	margin-bottom: 10px;
	font-style: italic;
}
IMG.largeImage {
	border: 1px solid black;
}
IMG.smallImage {
	border: 1px solid black;
}
DIV.imageRating {
	padding: 100px 0 0 20px;
}
DIV.imageRow {
	padding-left: 5px;
	height: 125px;
}
IMG.imageThumb {
	border: 1px solid black;
	position: absolute;
}

div.flash {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-color:#D9E4FF;
	margin:10px 5px;
	width:375px;
	text-align: left;
}
div.fieldset {
	border:1px solid #AFE14C;
	margin:10px 0;
	padding:20px 10px;
}
#uploadBox {
	text-align: left;
}
.progressContainer {
	padding: 10px;
}
div.fieldset span.legend {
-x-system-font:none;
background-color:#FFFFFF;
color:#73B304;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:700;
line-height:normal;
padding:3px;
position:relative;
top:-30px;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(/images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

#profile_box {
	/*display: none;*/
}

#addProfile_button {
	color: #4887fe;
	border-width: 2px;
}
#captcha {
	border: 1px solid #A0A7FF;
}

UL.categories {
	color: pink;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 20px;
}
UL.categories A {
	color: white;
}
UL.categories A:HOVER {
	color: yellow;
}
UL.categories A.selected {
	color: yellow;
}
UL.categories A SPAN {
	color: pink;
}

.gallery_folders {
	margin: 20px auto;
	width: 560px;
}
.gallery_folder {
	/*border: 1px solid black;*/
	margin: 20px 0;
	width: 140px;
	float: left;
}
.gallery_folder SPAN {
	color: #666;
	font-size: 12px;
}
.imagesBlock {
	padding-top: 10px;
}

A.white {
	color: white;
}
A.white:hover {
	color: yellow;
}