/* background: #484746; border: #696969; */

* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	background: url('images/background.gif');
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #ffffff;
	min-width: 1007px;
	font-size: 11px;
}

a {
	color: #fff;
	outline: none;
}
a:hover { color: #99C7D9 !important; }
p {
	color: #fff;
	font-size: 11px;
	text-align: justify;
	padding: 8px 0px 5px 0px;
}
label {
	color: #ffffff;
	font-size: 11px;
	padding: 8px 0px 5px 0px;
	font-weight: bold;
}
hr {
	height: 1px;
	background: #9d9d9d;
	color: #9d9d9d;
	margin: 5px 0px 5px 0px;
	width: 100%;
}

.pagination {
	margin: 5px 0 0 0;
}

	.pagination b, .pagination a, .pagination span {
		float: left;
		padding: 6px;
		font-size: 12px !important;
		margin-right: 5px;
	}

	.pagination b {
		background: #0079ac;
	}

	.pagination a {
		background: #ccc;
		color: #696969;
		text-decoration: none;
	}
	
	.pagination a:hover {
		background: #696969;
		color: #fff !important;
	}

#qwe_dodaj .input-line label { width: 60px; padding-left: 15px; float: left; line-height: 22px; }
#qwe_dodaj .input-line select { width: 100px; float: left; }
#qwe_dodaj .input-line { height: 15px; padding-top: 10px; }

.basic-data ul {
	margin-left: 15px;
}

.category-text { margin-bottom: 25px; line-height: 14px; text-align: justify; }

a#current { color: #99C7D9 !important; }

.clear {
	clear: both;
}
.cleft {
	clear: left;
}
.cright {
	clear: right;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.tleft {
	text-align: left;
}
.tright {
	text-align: right;
}
.tcenter {
	text-align: center;
}
.no-decoration { text-decoration: none; }

#inputToken { width: 80px !important; }

#top {
	height: 261px;
	width: 100%;
	background: url('images/top_bg_right.jpg') repeat-x;
	position: relative;
	z-index: 0;
}
	#top_left {
		width: 50%;
		height: 205px;
		background: url('images/top_bg_left.jpg') repeat-x;
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
	}
	#top_center {
		width: 100%;
		height: 205px;
		background: url('images/top_bg_center.jpg') no-repeat;
		background-position: center;
		margin: auto;
		position: relative;
		z-index: 1;
	}
	#top_napisy {
		width: 100%;
	}
	#top_logo {
		display: block;
		width: 282px;
		height: 118px;
		margin: 41px 0px 0px 30px;
		float: left;
	}
	#top_details {
		float: right;
		width: 175px;
		margin: 41px 15px 0px 0px;
	}
	#top_details p {
		color: #ffffff;
		font-weight: bold;
		font-size: 13px;
		padding: 0px 0px 15px 22px;
	}
	#top_details p.phone {
		background: url('images/ico_phone.gif') no-repeat;
	}
	#top_details p.icq {
		background: url('images/ico_icq.gif') no-repeat;
	}
	#top_details p.feedback {
		background: url('images/ico_feedback.gif') no-repeat;
	}
	#top_details p span {
		color: #b1b1b1;
		font-weight: normal;
		font-size: 11px;
	}
	#top_icons {
		height: 20px;
		margin-top: 15px;
	}
	#top_icons a {
		display:block;
		margin: 4px 15px 4px 15px;
		float: left;
	}
	#top_icons a.home {
		width: 11px;
		height: 10px;
	}
	#top_icons a.sitemap {
		width: 10px;
		height: 11px;
	}
	#top_icons a.mail {
		width: 13px;
		height: 7px;
		margin-top: 6px;
	}
	#top_icons img {
		float: left;
	}
	#top_nav {
		height: 75px;
		width: 100%;
		margin: auto;
	}
	#top_nav .nav {
		float: left;
		height: 75px;
		text-align: center;
		width:100%;
		position:absolute;
		z-index:0;
	}
	#top_nav ul {
		list-style-type: none;
		padding: 22px 0px 22px 0px;
		margin: auto;
		height: 42px;
		background: url('images/top_menu_center.png') repeat-x;
	}
	#top_nav ul li {
		text-transform: uppercase;
		display: inline;
		padding-right: 15px;
		padding-left: 8px;
		line-height: 38px;
		background: url('images/top_menu_separator.gif') no-repeat right;
	}
	
	#top_nav ul li a {
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
	}

#main {
	width: 100%;
	padding: 6px 0px 0px 0px;
}
	#main_left {
		width: 234px;
		float: left;
		margin: 0px 11px 0px 11px;
	}
	#main_left #katalog {
		width: 234px;
		background: url('images/left_menu_bg.gif');
	}
		#katalog ul {
			padding: 44px 29px 20px 29px;
			list-style-type: none;
		}
		#katalog ul li {
			display: block;
			height: 33px;
			border-bottom: 1px dotted #ffffff;
			font-size: 13px;
			font-weight: bold;
			color: #ffffff;
			line-height: 33px;
			padding-left: 30px;
			background: url('images/menu_inact_arrow.gif') no-repeat 9px 11px;
		}
		#katalog ul li a {
			text-decoration: none;
		}
	#main_left #other {
		width: 234px;
		background: url('images/man.gif') no-repeat center bottom;
	}
	#main_left #quotes {
		width: 180px;
		padding: 18px 27px 18px 27px;
		background: url('images/peopletalk_bg.png');
	}
	#main_left img {
		display: block;
		margin: auto;
	}
	#main_left #ankieta {
		width: 180px;
		height: 160px;
		border: px solid red;
		padding: 18px 27px 18px 27px;
		background: url('images/vote_bg.png') repeat-x;
		margin-bottom: 15px;
	}

	#main_right {
		width: 192px;
		float: right;
		margin: 0px 13px 0px 11px;
		font-size: 11px;
		position:relative;
	}
	#main_right #cart {
		width: 109px;
		height: 67px;
		background: url('images/shoppingcart_bg.gif') no-repeat;
		padding: 6px 8px 13px 75px;
		position: relative;
	}
		#cart p, #cart p a{
			color: #fff;
			text-align: center;
			display: block;
		}
		
		#cart a.empty { padding-top: 12px; }
		
		#cart a.no-decoration { color: #99c7d9; margin-bottom: 7px;}
		
		#cart a.link-cart {
			position: absolute;
			top: 10px;
			left: 10px;
			width: 55px;
			height: 55px;
		}
		
	#main_right #loginblock {
		width: 144px;
		height: 48px;
		background: url('images/loginblock_bg.gif') no-repeat;
		padding: 11px 24px 6px 24px;
		font-weight: bold;
	}
	
	#main_right #loginblock a {
		text-decoration: none;
		line-height: 30px;
	}
	
	#main_right #searchblock {
		width: 176px;
		height: 37px;
		background: url('images/searchblock_bg.gif') no-repeat;
		padding: 6px 8px 6px 8px;
		font-weight: bold;
	}
		#loginblock *,#searchblock * {
			color: #ffffff;
			font-size: 11px;
		}
		#searchblock .searchbtn {
			width: 38px;
			height: 21px;
			background: url('images/button_search.gif') no-repeat;
			border: 0;
			margin-left: 4px;
			cursor: pointer;
		}
		#searchblock input {
			width: 120px;
			border: 1px solid #B5B4B4;
			padding: 4px 2px;
			margin-top: 2px;
			background: none;
		}
		
	#main_right .box {
		width: 166px;
		border: solid 2px #4a4948;
		padding: 11px 11px 11px 11px;
		margin-bottom: 14px;
	}
	
	.left-box {
		border: solid 2px #4a4948;
		padding: 11px 11px 11px 11px;
		margin-bottom: 14px;
	}

#center {
	position: relative;
	margin: 0px 239px 0px 278px;
	min-width: 490px;
}

#center h2 { 
	font-size: 12px; 
	background:url(images/hit_bg_left.gif) no-repeat #005376;
	width:100%; 
	height:23px;
	margin-bottom: 20px;
}

#center h2 span { 
	display: block; 
	height: 23px;
	padding-left: 10px;
	line-height: 23px;
	background:url(images/hit_bg_right.gif) right center no-repeat; 
}

#center table.hits{ width:100%; margin:20px 0px 0px 0px; font-size: 11px; }
#center table.hits td.element{ width:119px; background:#484746; vertical-align:top; text-align:center; }
#center table.hits td.element img{ margin:9px 0px 9px 0px; }
#center table.hits td.element span{ font-size:10px; }
#center table.hits td.element a{ color:#FFFFFF; text-decoration:none; }
#center table.hits td.element div.price{ margin:4px 0px 12px 0px; }
#center table.hits td.element 
#center table.hits td.separator{ height:16px; }

span.price { background:#0079AC; font-size:14px; font-weight:700; padding: 2px 5px 2px 5px;}

li.list-item {
	list-style: none;
	background: #484746;
	width: 150px;
	padding: 6px;
	float: left;
	height: 210px;
	margin-right: 6px;
	margin-bottom: 6px;
}

li.list-item .image {
	overflow: hidden;
	display: block;
	height: 150px;
}

li.list-item a.image:hover {text-decoration: underline;}

li.list-item h3 a { 
	padding: 8px 0 0 0;
	margin-bottom: 8px;
	display: block;
	overflow: hidden;
	height: 25px;
	line-height: 12px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
}

li.list-item h3 a:hover { text-decoration: underline; }

#footer {
	height: 167px;
	width: 100%;
	background: #012a3c url('images/bottom_bg_left.jpg') repeat-x;
}
	#footer #footer_bg {
		height: 167px;
		width: 100%;
		background: url('images/bottom_bg_center.jpg') right no-repeat;
	}
	#footer #footer_content {
		height: 81px;
		margin: 30px 0px 6px 0px;
		padding: 80px 0px 0px 266px;
	}
		#footer_content a {
			color: #ffffff;
			margin: 0px 10px 0px 10px;
		}
		#footer_content p {
			color: #b4bcc0;
		}
		
		
/* */

.pool-inputs label { display: block; line-height: 16px; padding: 0; margin: 0; }
.pool dt { float: left; width: 100px; line-height:16px;}
.pool-value { float: right; font-weight: bold; line-height: 16px; }

.button, .form .buttons input {
	background: #0079AC;
	padding: 3px 5px !important;
	font-size: 12px;
	font-family: tahoma, arial;
	color: #fff;
	font-weight: bold;
	display: block;
	width: auto;
	margin: auto;
	height: auto !important;
	cursor: pointer;
}

.big-button {
	padding: 2px 0 !important;
	height: auto !important;
}

form#allProducts table .centered-input {
	border: 1px solid #696969;
	padding: 2px;
	width: 20px;
	margin: auto;
	display: block;
}

.bg-gray { background: #696969 !important; color: #ececee !important; font-weight: normal !important; }

.padding-bottom {padding-bottom:7px;}
.page-cart {margin:0 15px;}
.page-cart h3 {font-size:13px;margin:7px 0 5px 0;}
.table {width:100%;border-top:1px solid #dcdee1;border-left:1px solid #dcdee1;}
.table th {background-color:#ececee;padding:9px 8px 8px 8px;text-align:left;font-size:11px;border-bottom:1px solid #dcdee1;border-right:1px solid #dcdee1;}
.table td {border-bottom:1px solid #dcdee1;border-right:1px solid #dcdee1;padding:4px 6px;}
.table input {width:33px;}
.table a {text-decoration:underline;}
.table a:hover {text-decoration:none;}
.table .to-center {text-align:center;}
.table .w200 {width:200px;}
.table .w73 {width:73px;}

.form {margin:0}
.form .input-line {width:100%;overflow:hidden;margin-bottom:5px;}
.form .input-line label {float:left;width:200px;font-weight:bold;padding-top:2px;}
.form .checkbox-line label {margin-bottom:5px;margin-right:5px;}
.form .input-line .input {padding-right:100px;overflow:hidden;}
* html .form .input-line .input {height:23px;margin-top:-1.4em;padding-left:150px;}
.form .input-line .input input, .form .input-line .input textarea, .form .input-line .input select {font-size:12px;padding:3px 5px;background-color:#f7f6f7;border:1px solid #dcdee1;border-left:1px solid #929090;border-top:1px solid #929090;width:200px;}
.form .input-line .input select {padding:0;height:20px;}
.form .input-line .input textarea {height:135px;}
* html .form .input-line .input textarea {margin-left:3px;}
.form .input-line .input input:focus, .form .input-line .input textarea:focus {background-color:#fdfdfd;}
.form .textarea-line .input {padding:0 20px 0 0;overflow:hidden;}
* html .form .textarea-line .input {height:145px;}
.form .textarea-input {padding:5px 15px 10px 15px;}
.form .textarea-input .input {padding:0 12px 0 0;overflow:hidden;}
.form .textarea-input .input textarea {margin-top:4px;height:135px;font-size:12px;padding:3px 5px;background-color:#f7f6f7;border:1px solid #dcdee1;border-left:1px solid #929090;border-top:1px solid #929090;width:100%;}
.form .textarea-input .input textarea:focus {background-color:#fdfdfd;}
.form .radio-line {margin:0 5px 0 10px;padding:5px 0;}
.form .radio-line label {display:block;padding:2px 0;}
.form .radio-line label input {margin:0 2px 0 0;vertical-align:middle;}
.form .token {padding:5px 0;}
.form .token img {border:1px solid #d3d0c7;margin-bottom:5px;}
.form .token a {color:#2a2a2a;text-decoration:underline;}
.form .token a:hover {text-decoration:none;}
.form .token label {float:left;width:140px;padding-top:10px;margin-right:10px;font-weight:bold;}
.form .token input {font-size:12px;padding:3px 5px;background-color:#f7f6f7;border:1px solid #dcdee1;border-left:1px solid #929090;border-top:1px solid #929090;width:40px;margin:5px 0;}
.form .buttons {line-height:1.2em;text-align:center;margin-bottom:0.5em}


.register .bold {font-weight:bold;font-size:12px;margin:1.6em 0 0em 0;line-height:1.45em}
.register .columns {padding-top:1px;}
.register {padding-bottom:15px; float: left; width: 100%; }
.register fieldset, .register .fieldset {position:relative;padding-top:13px;margin-top:20px;padding-bottom:5px;border:1px solid #696969;}
.register .input-line label {padding-left:15px;width:135px;}
.register fieldset h3, .register .fieldset h3 {background-color:#484746;left:12px; padding:3px 6px;font-size:12px;color:#fff;margin:0;position:absolute;top:-12px; border: 1px solid #696969; }
.register .col-left {float:left;width:48%;}
.register .col-right {float:right;width:48%;}
.label-block .input-line label {float:none;display:block;padding-left:15px;}
.label-block .input-line .input {padding:2px 27px 1px 15px;}
* html .label-block .input-line .input {height:22px;margin-top:0;padding-left:15px;}
.register .token {padding:5px 0 0 15px;}
.register .token label {width:125px;}
.register .token img {margin-bottom:15px;}
.register p {margin:0 15px 1em 15px;}
.register .password-line {text-align:center;padding:5px 0 10px 0}
.register .password-line label {font-weight:bold;display:inline;}
.register .password-line input {font-size:12px;padding:3px 5px;background-color:#f7f6f7;border:1px solid #dcdee1;border-left:1px solid #929090;border-top:1px solid #929090;width:130px;vertical-align:middle;margin-left:4px;}
.register .buttons input {margin-top:3px;width:96px; }
.register .buttons .big-button {margin-top:3px;width:130px;}
.register .input-line p {font-weight:normal;}

.form .choose-address {padding-bottom:10px;margin:10px 15px 15px 15px;border-bottom:1px solid #dadada;width:auto;}
.form .choose-address label {padding-left:0;}
.form .choose-address .input {padding-right:73px;}
* html .form .choose-address .input  {height:23px;margin-top:0em;padding-left:5px;}

.register .user-id {background-color:#ececee;margin:0 15px 8px 15px;padding:5px;font-size:12px;}
.register .user-id dt {display:inline;}
.register .user-id dd {display:inline;margin:0;padding-right:10px;font-weight:bold;}

.forgot-password {text-align:right; margin: 0; padding: 0;}
.forgot-password a {text-decoration:underline;}
.forgot-password a:hover {}

#cart-button {display:none;}
#cart-data1 {display:none;}
#cart-data2 {display:none;}
#cart-data2-address {display:none;}
#cart-data3 {display:none;}
#cart-data4 {display:none;}
#cart-password {display:none;}

#cart-password.show { clear: both; display:block;}
.show1 #cart-button {display:block;}
.show1 #cart-data2 {display:block;}
.show1 #cart-data3 {display:block;}
.show1 #cart-data4 {display:block;}

.show2 #cart-button {display:block;}
.show2 #cart-data1 {display:block;}
.show2 #cart-data2 {display:block;}
.show2 #cart-data3 {display:block;}
.show2 #cart-data4 {display:block;}


.panel-links {margin:0;padding:10px 0;width:100%;overflow:hidden;padding-left:20px;}
.panel-links .td-link {margin:10px;}

.address-list {list-style-type:none;margin:0;padding:0;}
.address-list li {padding:0;margin:0;}
.address-list h3 {background-color:#ececee;padding:5px;margin:0;font-size:12px;}
.address-list p {margin:0;padding:10px;line-height:1.5em;}
.address-list ul {list-style-type:none;margin:0;padding:0 0 14px 10px;}
.address-list li li {display:inline;}

.links li {list-style-type:none;margin:0;padding:0 0 10px 0px;}

.padding-bottom {padding-bottom:7px;}
.page-cart {margin:0 15px;}
.page-cart h3 {font-size:13px;margin:7px 0 5px 0;}
.table {width:100%;border-top:1px solid #696969;border-left:1px solid #696969;}
.table th {background-color:#484746;padding:9px 8px 8px 8px;text-align:left;font-size:11px;border-bottom:1px solid #696969;border-right:1px solid #696969;}
.table td {border-bottom:1px solid #696969;border-right:1px solid #696969;padding:4px 6px;}
.table input {width:33px;}
.table a {text-decoration:underline;}
.table a:hover {text-decoration:none;}
.table .to-center {text-align:center;}
.table .w200 {width:200px;}
.table .w73 {width:73px;}


.error {background:#FFEAEA url(gfx/error.png) no-repeat 10px 50%;padding:13px 20px 13px 58px;border:1px solid #FFABAB;margin:20px 15px 10px 15px;color:#913A3A;font-weight:bold;line-height:1.5em;}
.notify {background:#f7f7f7 url(gfx/warning.png) no-repeat 10px 50%;padding:13px 20px 13px 58px;border:1px solid #eae9ec;margin:20px 15px 10px 15px;color:#2e8bb1;font-weight:bold;line-height:1.5em;}

.form .warning {margin-left:0;margin-right:0;}
.form fieldset .warning, .form .fieldset .warning {margin-left:15px;margin-right:15px;}
.warning p {margin:0;font-size:12px;}
.warning p a {text-decoration:underline;}
.warning p a:hover {text-decoration:none;}
.warning input {margin:2px 0 2px 0;vertical-align:middle;}
p.button a {display:block;margin:1.5em auto 0.5em auto;height:20px;background:#448aae;font-weight:bold;color:white;width:130px;line-height:19px;text-align:center;}
p.button a:hover {background-position:left bottom;text-decoration:none;}
.bold-center {text-align:center;font-weight:bold;margin:2em 15px 3em 15px;}

.page-cart .change-details {border: 1px solid #696969; background-color:#484746;margin:0;padding:5px 6px 6px 6px;position:relative;}
.page-cart .change-details strong {position:absolute;right:6px;top:5px;}
.page-cart .change-details a {font-weight:bold;text-decoration:underline;}
.page-cart .change-details a:hover {text-decoration:none;}
.page-cart .shipping span {padding-left:15px;}
.page-cart .shipping .shlist {line-height:25px;}


.page-cart .total {float:right;width:300px;margin:0;line-height:22px;}
.page-cart .total dt {float:left;width:150px;padding:2px 0 0 0;}
.page-cart .total dd {margin-left:90px;font-weight:bold;padding:2px 0 4px 0;}
.page-cart .total .input {font-size:12px;padding:3px 5px;background-color:#f7f6f7;border:1px solid #dcdee1;border-left:1px solid #929090;border-top:1px solid #929090;width:50px;margin-right:2px;float:left;margin-right:7px;}
* html .page-cart .total .input  {margin-right:4px;}
.page-cart .total .input:focus {background-color:#fdfdfd;}
.page-cart .total .button {width:76px;height:20px;background:#448aae;font-weight:bold;color:white;border-width:0;cursor:pointer;padding:0 0 2px 0;margin-top:1px;}
.page-cart .total .button:hover {background-position:left bottom;}

.page-cart .buttons {width:100%;overflow:hidden;padding-bottom:4px;}
.page-cart .buttons a {height:20px;background:#448aae;font-weight:bold;color:white;width:130px;line-height:19px;text-align:center;float:right;}
.page-cart .buttons a:hover {background-position:left bottom;text-decoration:none;}
.page-cart .buttons input {width:76px;height:20px;background:#448aae; font-weight:bold;color:white;border-width:0;cursor:pointer;padding:0 0 2px 0;float:right;margin-left:5px;}
.page-cart .buttons input.big-button {width:130px;background:#448aae;}
.page-cart .buttons input:hover {background-position:left bottom;}


.margin {margin:0 15px 7px 15px;padding-top:15px;}
.margin p.button {margin-top:0;}
.margin p.button a {margin-top:0;}


/* product */

.product { background: url('images/peopletalk_bg.png'); }

.product .basic-data {width:100%;overflow:hidden;padding-bottom:24px;padding-top:10px;}
.product .basic-data h1 {font-size:13px;padding-left:10px;display:block;margin-top:0px;}
.product .basic-data .image {float:left;padding-left:16px;margin-right:7px; margin-bottom: 15px;cursor:pointer;}
.product .basic-data .image img {border:6px solid #484746;}
.product .basic-data .col-left {float:left;padding-left:16px;padding-top:13px;width:150px;}
.product .basic-data .col-right {float:right;text-align:right;padding-right:16px;line-height:1.8em;padding-top:11px;}
.product .basic-data .col-left form {display:inline;}
.product .basic-data .col-left fieldset {display:inline;}
.product .basic-data dl {margin:0;padding:0;line-height:1.8em;}
.product .basic-data dt {float:left;margin-right:2px;}
.product .basic-data dd {margin:0;font-weight:bold;}
.product .basic-data dd.big {font-size:12px;}
.product .basic-data select {border:1px solid #c4c8c9;width:106px;height:18px;color:#5b5b5b;margin-top:4px;}

.product .basic-data .col-right strong {color:#ca2131;font-size:15px;}
.product .basic-data .col-right del {font-size:13px;}
.product .basic-data .col-right a {text-decoration:underline;padding-left:9px;background:transparent url(gfx/arrow3.gif) no-repeat 0 55%}
.product .basic-data .col-right a:hover {text-decoration:none;}


.product-form {width:100%;overflow:hidden;padding-bottom:7px;}
.product-form .col-left {float:left;}
.product-form .col-right {float:right;}
.product-form .col-right .prodQty {display:inline;width:15px;padding:2px 5px;margin-right:5px;border:1px solid #929090;border-bottom-color:#dcdee1;border-right-color:#dcdee1;}
.product-form .input-line {width:100%;overflow:hidden;padding-bottom:11px;}
.product-form .input-line label {float:left;width:122px;font-weight:bold;padding-top:2px;}
.product-form .input-line select {border:1px solid #c4c8c9;width:106px;height:18px;}
.product-form .button {}

.product h3, .box h2, .left-box h2 {font-size:12px; color: #fff; padding: 10px 20px; }
 .box h2, .left-box h2 { padding: 0; }

.product-info {margin-bottom: 10px;margin-left:10px;width: 300px;border-bottom:1px solid #ccc;border-top-width:0;border-right-width:0; color: #484746; }
.product-info td {width:120px;border-top:1px solid #ccc;padding:0 6px;line-height:18px; background-color: #fff; }
.product-info .dark {background-color:#ECECEC;}

.product .text { color:#fff; font-weight: normal !important; line-height: 14px;}

.product .gallery {list-style-type:none;margin:1.5em 0;padding:0 7px;}
.product .gallery li {display:inline;}
.product .gallery li img {border:1px solid #d9d9d9;margin:0 10px 10px 10px;}

.product .links {padding:0 10px;margin:21px 0 25px 0;list-style-type:none;}
.product .links li {width:100%;overflow:hidden;position:relative;}
.product .links .image img {float:left;margin:9px 0 0 22px;}
.product .links .dark {background-color:#f5f5f5;}
.product .links h4 {margin:0 120px 0 100px;padding:22px 0 18px 0;font-size:11px;font-weight:normal;}
.product .links p {margin:0;position:absolute;right:0;top:22px;width:104px;}

.product .comments {padding:1px 28px 10px 28px;}
.product .comments p {margin:0.5em 0;}
.product .comments a {color:#448aae;text-decoration:underline;font-weight:bold;}
.product .comments a:hover {text-decoration:none;}
