/*//////////////////////////
BLOW MEDIA
CLIENT: GEOFAR
MEDIA: SCREEN
CREATED: 22.09.09
//////////////////////////*/

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	outline: none;
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	background: #009442 url(../images/bk-body.jpg) no-repeat top left;
}


#bodyWrapper {
	width: 1000px;
	float: left;
	padding: 0px 0px 0px 27px;
	min-height: 780px;
}


#header {
	width: 1000px;
	height: 162px;
	float: left;
}

#menu {
	width: 145px;
	float: left;
	margin: 30px 0px 0px 0px;
}

#mainNav {
	width: 145px;
	float: left;
	background: url(../images/bk-nav-top.png) no-repeat top left;
}

#mainNav ul {
	list-style: none;
	width: 145px;
	float: left;
}

#mainNav li {
	width: 145px;
	float: left;
	border-bottom: 1px solid #fff;
	font-size: 14px;
}

#mainNav li.last {
	width: 145px;
	float: left;
	border-bottom: 0px;
}

#mainNav li a {
	width: 130px;
	float: left;
	color: #1064a7;
	text-decoration: none;
	font-weight: bold;
	padding: 9px 0px 7px 15px;
	position: relative;
}

#mainNav li.last a {
	padding: 9px 0px 6px 15px;
}

#mainNav li a:hover {
	background: #fff;
	color: #d64d88;
}

#mainNav li.active a {
	background: #fff;
	color: #d64d88;
}

.navSubWrapper {
	position: absolute;
	margin: 0px 0px 0px 145px;
	background: #fff;
	padding: 0px 0px 0px 0px;
	display: none;
}

#mainNav ul .navSubWrapper ul  {
	width: 245px;
}

#mainNav ul .navSubWrapper li  {
	width: 245px;
}

#mainNav ul .navSubWrapper li a  {
	width: 230px;
}


#mainNav .navSubWrapper li a:hover {
	color: #1064a7;
}

#mainNavBase {
	width: 145px;
	height: 7px;
	float: left;
	background: url(../images/base-nav.png) no-repeat top left;
}

#contentWrapper {
	width: 843px;
	float: left;
	margin-left: -17px;
}

#languages {
	width: 29px;
	float: left;
	height: 200px;
	overflow: hidden;
}

#languages ul {
	list-style: none;
	margin: 30px 0px 0px 0px;
}

#languages li {
	float: left;
	padding: 0px 0px 4px 0px;
}


#mainContent {
	width: 786px;
	float: left;
	background: url(../images/bk-content.png) no-repeat top left;
	min-height: 550px;
	padding: 30px 26px 0px 31px;
}

#mainContentBase {
	width: 843px;
	height: 31px;
	float: left;
	background: url(../images/base-content.png) no-repeat top left;
}

#contentInternal {
	width: 786px;
	float: left;
	background: url(../images/bk-content-internal.gif) no-repeat bottom right;
}

#contentShop {
	width: 786px;
	float: left;
}

#shopColWide {
	width: 640px;
	float: left;
}

#shopUserPanel {
	width: 604px;
	float: left;
	height: 42px;
	background: url(../images/bk-shopInfo.gif) no-repeat top left;
	margin-bottom: 15px;
	padding: 12px 10px 10px 10px;
}

#shopUserPanel p {
	font-size: 12px;
	font-weight: bold;
	color: #1064a7;
}

#shopUserPanel form {
	margin-top: -3px;
	float: right;
}

#shopUserPanel form span {
	float: left;
	margin-right: 5px;
}

p.loginNew {
	float: left;
	padding-right: 10px;
}

p.helloAccount a {
	color: #d64d88;
	text-decoration: none;
}

p.helloAccount a:hover {
	color: #1064a7;
}

p.loginNew a {
	color: #d64d88;
	text-decoration: none;
}
p.loginNew a:hover {
	color: #1064a7;
}

p.loginBasket {
	float: right;
	margin-right: 30px;
}

p.loginBasket span {
	color: #d64d88;
}

p.loginBasket a {
	color: #1064a7;
}
p.loginBasket a:hover {
	text-decoration: none;
}

p.loginBread {
	float: left;
}

p.loginBread a {
	color: #1064a7;
	text-decoration: none;
}
p.loginBread a:hover {
	color: #d64d88;
}



.loginInput {
	width: 120px;
	padding: 2px;
	border: 1px solid #1064a7;
	vertical-align: middle;
}

.loginSubmit {
	vertical-align: bottom;
}

p.loginNew {
	float: left;
}
p.loginForm {
	float: right;
	margin-bottom: 8px;
}


ul.shopSub {
	border-top: 1px solid #1064a7;
	padding: 15px 0px 0px 0px;
}

.homeRow {
	width: 786px;
	float: left;
	margin: 0px 0px 15px 0px;
}

.listingItem {
	width: 125px;
	height: 172px;
	float: left;
	background: url(../images/bk-listingItem.jpg) no-repeat top left;
	margin: 0px 15px 15px 0px;
	padding: 10px;
	overflow: hidden;
}

.listingImage {
	width: 125px;
	height: 128px;
	float: left;
	text-align: center;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}

.listingImage img {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.listingName {
	width: 125px;
	float: left;
	font-size: 12px;
	padding: 10px 0px 0px 0px;
	height: 49px;
	overflow: hidden;
}

.listingName a {
	color: #000;
	text-decoration: none;
}
.listingName a:hover {
	text-decoration: underline;
}


#listingWrapper {
	width: 480px;
	float: left;
	padding: 0px 0px 15px 0px;
}

.detailImage {
	width: 285px;
	height: 235px;
	float: left;
	background: url(../images/bk-detailImage.gif) no-repeat top left;
	padding: 10px;
	margin: 0px 15px 0px 0px;
}

.prodOptionWrapper {
	width: 145px;
	float: left;
	background: url(../images/base-prodOptions.gif) no-repeat bottom left;
	padding: 0px 0px 10px 0px;
}

.prodOptionContent {
	width: 121px;
	float: left;
	padding: 12px 12px 0px 12px;
	background: url(../images/bk-prodOptions.gif) no-repeat top left;
}

.prodOptionContent p {
	color: #1064a7;
	font-size: 12px;
	font-weight: bold;
}

p.optionProd {
	border-bottom: 1px solid #fff;
	padding: 8px 0px 8px 0px;
}

p.optionPrice {
	border-bottom: 1px solid #fff;
	padding: 8px 0px 8px 0px;
}
p.optionPrice span {
	color: #d64d88;
}

p.optionQty {
	border-bottom: 1px solid #fff;
	padding: 8px 0px 8px 0px;
}

p.optionAdd {
	border-bottom: 1px solid #fff;
	padding: 5px 0px 5px 0px;
}

p.optionView {
	padding: 5px 0px 0px 0px;
}

.inputQty {
	width: 30px;
	padding: 1px;
	vertical-align: middle;
	border: 1px solid #1064a7;
}

p.iconEnlarge {
	float: right;
}

#detailWrapper {
	width: 480px;
	float: left;
	margin-bottom: 15px;
}

.detailDescription {
	width: 480px;
	float: left;
	color: #808285;
	padding: 15px 0px 0px 0px;
}

.detailDescription p {
	font-size: 12px;
	line-height: 16px;
}

#internalColLeft {
	width: 145px;
	float: left;
	margin: 0px 15px 0px 0px;
}

#internalColMid {
	width: 465px;
	float: left;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

#internalColRight {
	width: 145px;
	float: right;
	margin: 15px 0px 0px 0px;
}

#internalColMid h1 {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #d64d88;
	margin-bottom: 15px;
}

#internalColMid h2 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #1064a7;
	margin-bottom: 10px;
}

#internalColMid h3 {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color: #1064a7;
	margin-bottom: 6px;
}

#internalColMid p {
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
}

#internalColMid a {
	color: #1064a7;
}

#internalColMid a:hover {
	text-decoration: none;
}

#internalColMid table {
	display: block;
	border-collapse: collapse;
	margin-bottom: 20px;
}

#internalColMid td {
	padding-bottom: 5px;
	padding-right: 20px;
	vertical-align: top;
}

input.text {
	border: 1px solid #ccc;
	padding: 2px;
}

input.submit {
	background: #1064a7;
	padding: 2px;
	color: #fff;
	cursor: pointer;
}

td.tdLabel {
	width: 200px;
}

#internalColMid select {
	border: 1px solid #ccc;
	padding: 2px;
}

#internalColRight h2 {
	width: 145px;
	float: left;
	border-bottom: 1px solid #1064a7;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #d64d88;
	margin-bottom: 15px;
}

#internalColRight ul {
	list-style: none;
}

#internalColRight li {
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0px 15px 0px;
}

#internalColRight li a {
	color: #1064a7;
	text-decoration: none;
}

#internalColRight li a:hover {
	color: #d64d88;
}

#internalColRight li.active a {
	color: #d64d88;
}

p.imageInternal {
	margin-bottom: 15px;
}


.internalBanner {
	width: 145px;
	float: left;
	margin-bottom: 15px;
}


.internalContentPanel {
	width: 435px;
	float: left;
	background: url(../images/bk-internalContentPanel.gi) no-repeat top left;
	padding: 15px 15px 0px 15px;
	color: #F00;
	text-align: justify;
}
.internalContentPanelBase {
	width: 465px;
	height: 18px;
	float: left;
	background: url(../images/base-internalContent.gif) no-repeat top left;
}

.internalContentPanel h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin-bottom: 20px;
	border-bottom: 1px solid #808285;
	color: #d64d88;
	padding: 0px 0px 5px 0px;
}

.internalContentPanel p {
	font-size: 12px;
	line-height: 14px;
	color: #808285;
	margin-bottom: 15px;
}

.internalContentPanel ul {
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	margin-bottom: 15px;
	margin-left: 15px;
}


.homeRowLast {
	width: 786px;
	float: left;
	margin: 0px 0px 0px 0px;
}

#homeFlash1 {
	width: 465px;
	height: 240px;
	float: left;
	margin: 0px 15px 0px 0px;
	background-color: #FFF;
}

#homeFlash2 {
	width: 305px;
	height: 240px;
	float: left;
	background-color: #FFF;
}




#homeCopy {
	width: 465px;
	height: 113px;
	float: left;
	margin: 0px 15px 0px 0px;
	text-align: justify;
}

#homeCopy h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #d64d88;
	line-height: 22px;
	margin-bottom: 2px;
}

h1.listingTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #d64d88;
	line-height: 24px;
	margin-bottom: 12px;
	float: left;
}

h2.listingTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #d64d88;
	line-height: 24px;
	margin-bottom: 12px;
	float: left;
}

p.listingPageNo {
	float: right;
	font-weight: bold;
	font-size: 12px;
	color: #1064a7;
	padding: 9px 0px 0px 0px;
}

#homeCopy p {
	color: #808285;
	font-size: 11px;
	line-height: 12px;
}

#homeBannerMidRight {
	width: 305px;
	height: 113px;
	float: left;
}


#homeBannerLower1 {
	width: 305px;
	float: left;
	margin: 0px 15px 0px 0px;
}

#homeBannerLower2 {
	width: 305px;
	float: left;
	margin: 0px 15px 0px 0px;
}

#homeEvents {
	width: 145px;
	height: 177px;
	float: left;
	background: url(../images/bk-scrolling.gif) no-repeat top left;
}



.shopIntro {
	width: 465px;
	float: left;
	color: #808285;
	margin-bottom: 15px;
}

.shopIntro h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #d64d88;
	line-height: 24px;
	margin-bottom: 5px;
}

.shopIntro p {
	font-size: 12px;
	line-height: 16px;
}

#shopCatPanels {
	width: 465px;
	float: left;
}

#shopCatPanels h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #1064a7;
	line-height: 20px;
	margin-bottom: 5px;
}

.catPanel {
	width: 125px;
	height: 172px;
	float: left;
	background: url(../images/bk-catPanel.jpg) no-repeat top left;
	margin: 0px 15px 0px 0px;
	padding: 15px 10px 5px 10px;
}

.catPanel3 {
	width: 125px;
	height: 172px;
	float: left;
	background: url(../images/bk-catPanel.jpg) no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 5px 10px;
}


#footerWrapper {
	width: 840px;
	float: left;
	padding: 0px 0px 40px 187px;
	background: #009442;
}

#footer {
	width: 785px;
	float: left;
	border-bottom: 1px solid #027234;
	color: #fff;
}

#footerLeft {
	width: 285px;
	float: left;
	padding: 0px 26px 0px 0px;
	margin: 0px 0px 13px 0px;
	border-right: 1px solid #027234;
}

#footerRight {
	width: 457px;
	float: left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 13px 0px;
}

#footerRight p {
	float: left;
	font-size: 12px;
}


#footerRight p.footerRight1 {
	width: 150px;
	padding: 0px 10px 0px 0px;
}

#footerRight p.footerRight2 {
	width: 126px;
	padding: 0px 10px 0px 0px;
}

#footerRight p.footerRight3 {
	width: 155px;
	padding: 0px 0px 0px 0px;
}

#footer h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer input {
	vertical-align: bottom;
}

.inputNewsletter {
	width: 170px;
	padding: 3px;
	border: 1px solid #9a9a9a;
	float: left;
	margin: 10px 10px 0px 0px;
}

.submitNewsletter {
	margin: 0px;
}


.catTitle {
	width: 465px;
	float: left;
	margin-bottom: 15px;
	color: #666;
}

.catTitle ul {
	list-style: none;
}

.catTitle li {
	float: left;
}

.prodQty {
	padding-top: 12px;
	color: #666;
}

.catTitle li span {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #d64d88;
	float: left;
	padding-right: 10px;
}

.catTitle a {
	padding-left: 4px;
}

.catNav {
	width: 445px;
	float: left;
	color: #666;
	background: #efefef;
	margin-bottom: 15px;
	padding: 5px 10px 5px 10px;
	font-size: 80%;
}

.catNav ul {
	list-style-type: none;
}

.catNavSort {
	float: left;
}

.catNavPages {
	float: right;
}
.catNavPages ul {
	float: right;
}

.catNavPages li {
	float: left;
	padding: 0px 0px 0px 4px;
}

#breadcrumbs {
	width: 465px;
	float: left;
	color: #666;
}

#breadcrumbs p {
	font-size: 80%;
}


table.productListing {
	width: 465px;
}

table#productListing td {
	border-bottom: 1px solid #efefef;
	padding: 5px 20px 5px 0px;
	vertical-align: middle;
}

table#basket {
	width: 465px;
	display: block;
	color: #666;
}

table#basket td {
	border-bottom: 1px solid #efefef;
	vertical-align: middle;
	padding: 4px 20px 4px 5px;
}

table#basket th {
	background: #efefef;
	padding: 4px 20px 4px 5px;
}

p.highlight {
	background: #FFFF99;
	padding: 5px;
}




.error {
	color: #FF0000;
}

.access {
	display: none;
}

.clear {
	clear: both;
}

.homeLatestNews {
	width: 115px;
	height: 127px;
	float: left;
	padding: 50px 15px 0px 15px;
}


.homeNewsScroller {
	width: 115px;
	float: left;
	height: 127px;
	color: #000;
	font-size: 90%;
}

.homeLatestNews li {
	float: left;
	width: 115px;
}

.homeLatestNews a {
	color: #009442;
}

.homeLatestNews a:hover {
	text-decoration: none;
}


.homeLatestNews ul {
	list-style: none;
	float: left;
	font-size: 90%;
	line-height: 140%;
}
