/* layout */
html, body {
	margin : 0;
}
#header,
#block-sidebar-left,
#block-main,
#block-sidebar-right,
#footer {
	overflow:hidden;
/*	display:inline-block; */
}
/* safari and opera need this */
#header,
#footer,
#block-menu {
	width:100%;
}
#block-sidebar-left,
#block-main,
#block-sidebar-right {
	float:left;
}
#block-sidebar-left {
	width:150px;
}
#block-sidebar-right {
	width:150px;
}

#block-main {
	width:430px;
	margin-top: 14px;
	margin-left: 20px;
	margin-right: 20px;
} 
#footer {
	clear:left;
	margin: 0px;
}

#block-frame {
	width : 770px;
	margin-right : auto;
	margin-left : auto;
	margin-top : 0px;
	padding : 0px;
	text-align : left;
	border-left: 1px #cdcccb solid;	
	border-right: 1px #cdcccb solid;	
}

#menu, #menu a {
	color: #888;
}
#menu a:hover {
	color: #555;
	text-decoration: none;
	font-weight: bold;
}

#brands, #brands a {
	color: #888;
	font-weight: normal;
}

#brands a:hover {
	color: #555;
	text-decoration: underline;
	font-weight: normal;
}

#block-content strong {
	font-weight: bold;
}

.hr {
	border-top: 1px #ccc solid;
	margin: 3px 0px 3px 0px;
}

/* styling */
body {
	background-color : #ffffff;
	color : #7a7d76;
}
body, input, .button, .select, .itemcontroller-select {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1, h2, #block-main .boxheader {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 4px;
	color: #a33a51;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
strike {
	color: #a33a51;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
.validation-error {
	font-weight: bold;
}
.outofstock {
	font-size:200%
}
a, a:hover {
	color : #a33a51;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
a img {
	border : 0;
}
form { margin:0 }

.boxleft {
	border-top: 1px #cdcccb solid;
	border-right: 1px #cdcccb solid;
	border-bottom: 1px #cdcccb solid;
	margin-bottom: 11px;
}

.boxright {
	border-top: 1px #cdcccb solid;
	border-left: 1px #cdcccb solid;
	border-bottom: 1px #cdcccb solid;
	margin-bottom: 11px;
	padding: 0px;
}

#block-sidebar-left .boxheader, #block-sidebar-right .boxheader {
	height: 23px;
	background-color: #a33a51;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	line-height: 23px;
	padding-left: 14px;
	padding-right: 14px;
}

.boxtext {
	margin: 4px 14px 4px 14px;
}

#block-main .boxtext {
	margin: 4px 0px 4px 0px;
}


#block-frame {
	background-color : #fff;
/*
	border-left : 5px solid #fff;
	border-right : 5px solid #fff; */
}
#header h1 {
	background-color : #fff;
	font-size : 250%;
	color : #ccc;
	margin : 0px;
/*	padding : 10px; */
}

#footer div{
	width: 730px;
	background-color : #a33a51;
	height: 21px;
	line-height: 21px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
}
#footer,
#footer a {
	color: #fff;
}
#block-sidebar-left,
#block-sidebar-right {
	background-color : #fff;
	vertical-align : top;
	margin-top: 18px;
}
#block-menu div {
/*	padding : 5px; */
	line-height : 100%;
	background-color : #a33a51;
	height: 23px;
	line-height: 23px;
	padding-left: 20px;
}
#block-menu2 div {
/*	padding : 5px; */
	line-height : 100%;
	background-color : #a33a51;
	height: 46px;
	line-height: 23px;
	padding-left: 20px;
}
#block-menu,
#block-menu a {
	color : #fff;
	font-weight : bold;
}
#block-menu2,
#block-menu2 a {
	color : #fff;
	font-weight : bold;
}
#block-main {
	background-color : #fff;
	vertical-align : top;
}

#block-content {
/*	overflow: auto; */
/*	padding : 5px 5px 0 5px;*/
}

table.lister {
	margin-top : 5px;
	margin-bottom : 5px;
	border: 0;
}
td.lister-td-image {
	vertical-align: middle;
	text-align: center;
	width: 138px;
	min-height: 207px;
	border: 1px solid #ccc;
}
td.lister-td-text {
	vertical-align : top;
	width: 138px;
	border-width : 0px 1px 1px 1px;
	border-style : solid;
	border-color : #ccc;
}
td.lister-td-text div {
	padding : 4px;
}
td.lister-td-text div a,
td.lister-td-text div a:hover {
	color : #7a7d76;
}
td.lister-horizontal-spacer {
	width : 8px;
}
td.lister-vertical-spacer {
	height : 8px;
}

.button {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.select {
	width : 100%;
	margin-top : 2px;
	margin-bottom : 2px;
}
td.odd {
	background-color : #eee;
}
td.odd,
td.even {
	padding : 0px;
}
.pager {
	background-color : #fff;
}
.pager .current {
	background-color : #a33a51;
	color : #fff;
	padding-left : 4px;
	padding-right : 4px;
	font-weight : bold;
}
.pager a,
.pager a:hover {
	color : #7a7d76;
	font-weight : bold;
}

#block-search-search {
	width : 120px;
}
#block-search {
	text-align : right;
}

a.imgbutton img {
	background-color : #a33a51;
	background-image : url(button.gif);
	background-repeat : no-repeat;
	background-position : 0 0;
	width : 15px;
	height : 14px;
	padding : 0;
	border : 0;
	
	margin : 4px 0;
	
	vertical-align : middle;
	
	cursor : pointer;
}
a.imgbutton,
a.imgbutton:hover {
	vertical-align : middle;
	font-weight : bold;
	color : #7a7d76;
}
/*
a.imgbutton:hover img {
	background-position : -19px 0;
}
*/
a.imgbutton span.textlabel {
	margin-left : 4px;
}

/*
#cart-info-link {
	background-image : url(kurv.gif);
}
*/
a.imgbutton img.pager-img-previous {
	background-image : url(previous.gif);
}
a.imgbutton span.pager-textlabel-next {
	margin-right : 4px;
}

.block-content-header {
	background-color : #fff;
/*	padding : 8px 4px; */
	color : #a33a51;
}
.block-content-header h2 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
/*	font-size : 150%; */
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
}
.itemcontroller-select {
	width : 142px;
	margin-bottom : 4px;
}
.userblock h2 { margin-bottom: 3px; }
.blockcolor {
	background-color:#cccccc;
}
#product-img-large {
	background: #ffffff;
	width: 260px;
}
#product-img-large-overlay {
	color: #a33a51; 
	border: 1px solid #ccc; 
	width: 15px; 
	height: 14px; 
	background-color: #ffffff;  
	font-weight: bold;
	text-align: center;
}

.tpc_review {
	display: none;
	height: 0;
}
.tpc_top_left {
	display: none;
	height: 0;
}
.tpc_top_right {
	display: none;
	height: 0;
}
.tpc_top_center {
	display: none;
	height: 0;
}
.tpc_top {
	display: none;
	height: 0;
}

.tpc_gradient {
	background-position: 200px 0px;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.tpc_widget {
	display: none;
	position: absolute;
	width: 149px;
	height: 100px;
	margin-bottom: 0;
}
#tp_widget .tpc_bg {
	background-color: #FFFFFF;
}
#tp_widget .tpc_bottom {
	background-color: #FFFFFF;
}

#header .userblock .boxtext {
	margin: 0;
}

