/* totalfishing.ro main style */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/layout/bk.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	color: #333333;
	height: 100%
}
form {
	display: inline;
}
td ul {
	margin: 0px;
}
/* PNG fix for IE */
#grasu {
	/*background: url(../images/layout/grasu.png) no-repeat top;*/
	width: 105px;
	height: 164px;
	position:absolute; 
	top: 0px; 
	right: 50%; 
	margin-right: -340px;
}
/* End PNG fix for IE */

/* Mozila outline link fix */
a:focus {
	-moz-outline: none;
	outline: none;
}
/* End Mozila outline link fix */
#maincontainer {
	width: 980px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
/* PAGE TOP SECTION */
#topsection {
	background: #FFFFFF;
	background-image: url(../images/layout/pagetop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 97px; /*Height of top section*/
	padding-left: 0px;
}
#topsectionlogo {
	width: 230px;
	text-align: center;
	text-transform: uppercase;
}
#topsectionlogo p {
	color: #334418;
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
}
#topsectionlogo a {
	display: block;
}
#mainmenu {
	height: 32px;
	background-image: url(../images/layout/menu/bk.gif);
	background-repeat: repeat-x;
	margin: 5px 0px 5px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CECECE;
}
#mainmenu a, #mainmenu a:visited {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	padding: 0px 25px 0px 25px;
}
#mainmenu a:hover {
	color: #FFE400;
}
.leftside {
	float: left;
	width: 5px;
	height: 32px;
	background-image: url(../images/layout/menu/leftside.gif);
}
.rightside {
	float: right;
	width: 5px;
	height: 32px;
	background-image: url(../images/layout/menu/rightside.gif);
}
.separator {
	float: left;
	width: 2px;
	height: 32px;
	background-image: url(../images/layout/menu/separator.gif);
}
#searchbox {
	float: right;
}
#searchbox form {
	margin: 0px;
}
#searchbox #keywords {
	font-size: 11px;
	color: #999;
	width: 109px;
	height: 14px;
	padding: 2px;
	border-left: 1px solid #A6A6A6;
	border-top: 1px solid #A6A6A6;
	border-bottom: 1px solid #A6A6A6;
	margin-right: -5px;
}
#searchbox input {
	margin-top: 5px;
	vertical-align: middle;
}
/* END PAGE TOP SECTION */

/* PAGE CONTENT LAYOUT */
#contentwrapper {
	float: left;
	width: 100%;
}
#contentcolumn {
	margin: 0 170px 0 170px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#leftcolumn {
	float: left;
	width: 170px; /*Width of left column in pixel*/
	margin-left: -980px; /*Set margin to that of -(MainContainerWidth)*/
	background: #FFFFFF;
}
#rightcolumn {
	float: left;
	width: 170px; /*Width of right column*/
	margin-left: -170px; /*Set left margin to -(RightColumnWidth)*/
	background: #FFFFFF;
}
#cls {
	clear: both;
}
.innertube{
	margin: 8px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
/* END PAGE CONTENT LAYOUT */

/* PAGE FOOTER */
#manufacturesfooterlist {
	width: 900px;
	/* height: 100px; */
	font-size: 12px;
	color: #555555;
	/* padding: 10px 10px 5px 10px; */
	text-align: center;
	margin-top: 10px;
	background-color: #E9E9E9;
	/*
	background-image: url(../images/layout/bk-manufactures.jpg);
	background-position: top;
	background-repeat: no-repeat;
	*/
	border-top: 1px #E9E9E9 solid;
	overflow: visible;
	padding-top: 10px;
}
#manufacturesfooterlist a {
	font-size: 11px;
	color: #555555;
	text-decoration: none;
}
#manufacturesfooterlist a:visited {
	color: #555555;
	text-decoration: none;
}
#manufacturesfooterlist a:hover {
	color: #555555;
	text-decoration: underline;
}

.mancol {
	width: 85px;
	float: left;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 10px;
	text-align: left;
}

.mancolpage {
	width: 90px;
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	text-align: left;
}

#footer {
	width: 980px;
	font-size: 10px;
	color: #555555;
	background-image: url(../images/layout/bk-footer.gif); 
	background-position: top;
	background-color: #FFFFFF;
	padding: 6px 0px 4px 0px;
	text-align: center;
	margin-top: 10px;
}
#footer a {
	font-size: 11px;
	color: #555555;
	text-decoration: none;
	margin: 0px 20px 0px 20px;
	font-weight: bold;
}
#footer a:visited {
	color: #555555;
	text-decoration: none;
}
#footer a:hover {
	color: #555555;
	text-decoration: underline;
}
#copyright {
	width: 100%;
	font-size: 11px;
	color: #555555;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
#copyright a, #copyright a:visited, #copyright a:hover {
	font-size: 11px;
	color: #555555;
	text-decoration: uderline;
}
#copyright span{
	font-size: 9px;
	color: #555555;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* END PAGE FOOTER */

/* ---------------------------------------------------- */

/* CONTENT COLUMN */
#contentcolumn h1 {
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}
#contentcolumn h2 {
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
#contentcolumn h4 {
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
#contentcolumn p {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

#contentcolumn p img {
	float: right;
	margin-left: 10px;
}

.dottedline {
	clear: both;
	border-top: 1px solid #CECECE;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
}

/* HOME PAGE NEWS SECTION */
#news1 {
	float: left;
	width: 290px;
}
#news2 {
	float: right;
	width: 290px;
}
#news1 a, #news2 a {
	background-image: url(../images/layout/barrow-links.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	display: block;
	padding-left: 10px;
	margin-bottom: 10px;
	float: right;
}
#news1 strong, #news2 strong {
	display: block;
}
#news1 span, #news2 span {
	display: block;
	font-size: 10px;
	margin-bottom: 5px;
}

#news strong {
	display: block;
}
#news span {
	display: block;
	font-size: 10px;
	margin-bottom: 5px;
}

#news p {
	margin-bottom: 10px;
}

#news a {
	background-image: url(../images/layout/barrow-links.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	display: block;
	padding-left: 10px;
	margin-bottom: 10px;
	float: right;
}

/* BREAD CRUMBS */
#breadcrumbs {
	height: 25px;
	background-image: url(../images/layout/bread-bk2.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CECECE;
	color: white;
	font-size: 10px;
	line-height: 25px;
	padding-left: 5px;
}
#breadcrumbs a:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#breadcrumbs a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#breadcrumbs a:hover {
	font-size: 10px;
	color: #FFE400;
	text-decoration: none;
}
#breadcrumbs span {
	color: #FFE400;
}

/* PRODUCT LISTING */
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #638F1C;
  border-spacing: 1px;
}

.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #638F1C;
	color: #FFFFFF;
	font-weight: bold;
}
TD.productListing-heading {
	border-top: 1px solid #2C3B14;
	border-bottom: 1px solid #2C3B14;
}
TD.productListing-data {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #EAEAEA;
	color: black;
}
TD.productListing-data s {
	color: red;
}
TR.productListing-odd {
	background: #FFFFFF;
}
TR.productListing-even {
  	background: #FFFFFF;
}
.smallText {
	font-size: 10px;
}
.smallText2 {
	display: block;
	font-size: 10px;
	margin-bottom: 5px;
}
#content {
	width: auto;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336600;
	margin-top: 3px;
	line-height: 18px;
}
#content .productListing-heading a {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
}
#content .price {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 10px;
}
#content .price s {
	color: Red;
}
#content .price2 {
	font-size: 14px;
	margin-top: 15px;
}
#content .price2 s {
	color: Red;
}
#linkimg a {
	text-decoration: none;
}
.productD {
	background-color: #ECECEC; 
}
.alsopurchased {
	background-color: #638F1C;
	display: block;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
}
#alsopurchased {
	border: 1px solid #638F1C;
	padding-bottom: 10px;
	padding-top: 10px;
}
.markProductOutOfStock {
	font-size: 12px;
	color: red;
	margin-left: 10px;
}
.cartPrice {
	font-family: Verdana, Helvetica, sans-serif;
	padding-top: 3px;
}
.cartPrice2 {
	font-family: Verdana, Helvetica, sans-serif;
}
.tableBorder {
	border: 1px solid #638F1C;
	background-color: #F5F5F5;
}
.messageStackError {
	color: Red;
}
.checkoutBarCurrent {
	color: #000000;
	font-weight: bold;
}
.checkoutBarTo {
	color: Silver;
}
#pescuit {
	position: absolute;
	width: 100px;
	height: 100px;
	text-indent: -3000px;
}

p.small{font-size: 10px;}
#mailUpdateStock {display: none;}
#mailUpdateResponse {display: none;}

#quickOrder {display: none;}
#quickOrderResponse {display: none;}
