/******************
  general
******************/
* {
	margin: 0;
	padding: 0;
}
ul, ol {
	padding: 0 0 20px 20px;
}
p {
	padding-bottom: 20px;
}
a {
	color: #6BA7E1;
}
a:hover {
	color: #000;
}
a:focus {
	outline: 0;
}
a img {
	border: 0;
}
fieldset {
	border: 0;
}
html {
	font: .627em Arial, Verdana, Helvetica, sans-serif;
}
body {
	text-align: center;
	color: #000;
	background: #fff url(../images/site-bgr.gif) repeat-x 0 0;
}
/******************
  header & footer
******************/
#header {
	float: left;
	position: relative;
	padding: 20px 15px 10px 10px;
	height: 64px;
	min-height: 64px;
	margin-bottom: 15px;
	width: 980px;
}
#logo {
	float: left;
	display: inline;
	margin-right: 15px;
	padding: 10px 0 10px 0;
}
#name-and-slogan {
	float: left;
	padding: 10px;
}
#main-menu {
	float: right;
}
#main-menu-links {
	float: left;
}
#main-menu-links li {
	float: left;
}
#main-menu-links li a {
	float: left;
	padding: 5px 10px;
}

#footer-wrapper {
	clear: left;
	width: 980px;
	background: #9bc8e3; /**/
}
#footer {
}

#messages {
	float: left;
	width: 980px;
	padding: 10px 10px 15px 50px;
}
#block-search-form {
	width: 225px;
}

/******************
  main content
******************/
h1 {
	font-size: 18px;
	padding-bottom: 13px;
}
#page {
	margin: 0 auto;
	padding: 0 10px 20px;
	width: 980px;
	text-align: left;
}
#main-wrapper {
	clear: both;
	float: left;
	width: 980px;
	font-size: 12px;
}
#main {
	padding-bottom: 20px;
	width: 980px;
}
#breadcrumb {
	width: 980px;
}
.column {
	float: left;
}
#content {
	width: 940px;
	background: #fff;
}
.two-sidebars #content {
	width: 440px;
}
.one-sidebar #content {
	width: 640px;
}
#sidebar-second {
	float: left;
	display: inline;
	width: 300px;
}
#sidebar-first,
.sidebar {
	width: 190px;
	position: relative;
	z-index: 3;
}
.partner-sites {
	float: left;
	display: inline;
	padding-top: 10px;
	width: 207px;
}
.tennisquestion,
.tennisgearreview {
	float: left;
	clear: left;
	display: inline;
	padding-top: 9px;
	margin-bottom: 12px;
	width: 169px;
	height: 0;
	overflow: hidden;
	background: url(../images/tennisquestion.gif) no-repeat 0 0;
}
.tennisgearreview {
	background: url(../images/tennisgearreview.gif) no-repeat 0 0;
}
#block-search-form {
	float: left;
	display: inline;
	width: 223px;
}
#block-search-form fieldset#search-block-form {
	float: left;
	display: inline;
	width: 223px;
	height: 21px;
	margin-bottom: 15px;
}
#block-search-form fieldset#search-block-form input {
	float: left;
	display: inline;
	width: 167px;
	height: 19px;
	border: 0;
	padding: 1px 2px 1px 21px;
	background: #fff url(../images/search-field-bgr.gif) no-repeat 0 0;
}
#block-search-form fieldset#search-block-form input#edit-submit,
#block-search-form fieldset#search-block-form .form-submit {
	float: left;
	display: inline;
	width: 33px;
	height: 21px;
	border: 0;
	padding: 0;
	margin: 0;
	background: url(../images/go.gif) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
}
.user-menu {
	position: absolute;
	top: 55px;
	right: 25px;
	width: 238px;
	font-size: 12px;
}
.user-menu a {
	text-decoration: none;
}
.user-menu a:hover {
	color: #fff;
	text-decoration: underline;
}
.user-menu .login-link {
	margin: 0 40px 0 5px;
}
#main-menu {
	float: left;
	display: inline;
}
.two-sidebars #content {
	float: left;
	display: inline;
	width: 480px;
	margin-right: 10px;
	background: #fff;
}
#sidebar-first h2,
#content h2 {
	font-size: 15px;
	margin-bottom: 20px;
}
#sidebar-first h2 {
	padding: 0 0 8px 10px;
	border-bottom: 1px dotted black;
	margin-bottom: 9px;
}
#content .section {
	float: left;
	position: relative;
	display: block;
	z-index: 2;
	padding: 10px 20px 0;
	width: 440px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: #fff;
	border-bottom: 14px solid #1c7eb6;
}
.lbox {
	float: left;
	clear: left;
	width: 160px;
	padding: 10px;
	margin-bottom: 10px;
	background: #d7d7d7;
}
.shadow {
	float: left;
	clear: left;
	display: inline;
	margin-bottom: 10px;
	width: 190px;
}
.frame {
	float: left;
	position: relative;
	z-index: 2;
	width: 190px;
	display: block;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: #fff;
}
.lbox .frame {
	float: left;
	width: 160px;
	display: block;
	padding: 0;
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow:0 0 0 rgba(0, 0, 0, 0);
	box-shadow:0 0 0 rgba(0, 0, 0, 0);
	background: transparent;
}
.promo {
	float: left;
	margin-bottom: 10px;
	width: 300px;
}
#sidebar-second .shadow {
	width: 300px;
}
#sidebar-second .frame {
	position: relative;
	z-index: 2;
	padding: 10px;
	width: 280px;
	display: block;
	border-top: 4px solid #1c7eb6;
	border-bottom: 4px solid #000;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: #fff;
}

.wmask {
	float: left;
	padding: 10px 30px 10px 10px;
	background: #fff;
	margin-right: -10px;
}
.lbox .wmask {
	padding: 0;
	margin: 0;
	background: transparent;
}
.share-positioner {
	float: left;
	clear: left;
	display: block;
	width: 440px;
	padding: 10px 0;
}
.addthis_toolbox {
	float: right;
	margin-right: -2px;
	width: 105px;
}
.addthis_toolbox a {
	color: #000;
	font-size: 11px;
}

/** form **/
#keyword {
	float: left;
	clear: left;
	width: 160px;
	height: 21px;
}
#keyword input.keyword-txt {
	float: left;
	display: inline;
	padding: 1px 2px;
	width: 121px;
	height: 17px;
	border: 1px solid #999;
	background: #fff;
}
#keyword input.go {
	float: left;
	display: inline;
	padding: 0;
	width: 33px;
	height: 21px;
	border: 0;
	background: transparent;
}
.strong {font-weight: bold;}
.checks {
	float: left;
	clear: left;
	display: inline;
	margin-right: -3px;
	padding: 0 0 0 10px;
	width: 150px;
}
.check-left,
.check-right {
	float: left;
	display: inline;
	margin-right: 10px;
	width: 70px;
}
.check-right {
	margin-right: 0px;
}
.checks p {
	padding-bottom: 8px;
	clear: left;
}
.check-left label.cb,
.check-right label.cb {
	width: 70px;
}

label.cb {
	float: left;
	clear: left;
	margin-bottom: 6px;
	margin-right: -3px;
	width: 150px;
}
label.cb input {
	float: left;
	display: inline;
	margin: 1px 5px 0 0;
	width: 13px;
	height: 13px;
}
a.select-more {
	text-decoration: none;
	float: left;
	clear: left;
	width: 150px;
}
a.select-more:hover {
	text-decoration: underline;
	color: #000;
}
.hidden-checkboxes {
	float: left;
	clear: left;
	display: none;
}
.range {
	float: left;
	width: 156px;
	padding: 0 2px;
}
.slider-wraper {
	float: left;
	clear: left;
	width: 156px;
	margin-bottom: 10px;
}
.values {
	float: left;
	clear: left;
	width: 156px;
}
.values input {
	float: left;
	display: inline;
	margin-right: 16px;
	padding: 1px 2px;
	width: 64px;
	height: 17px;
	border: 1px solid #999;
	background: #fff;
}
.values input.left {
	text-align: left;
}
.values input.right {
	text-align: right;
	margin-right: 0;
}
.left-val,
.right-val {
	float: left;
	display: inline;
	margin-right: 16px;
	width: 70px;
}
.left-val span,
.right-val span {
	float: left;
	display: inline;
	margin-right: 16px;
	width: 70px;
}
.right-val {
	margin: 0;
	text-align: right;
}
.search-criteria {
	float: left;
	clear: left;
	width: 440px;
	font-size: 14px;
	padding-bottom: 3px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #000;
}
.selected-filters {
	float: left;
	clear: left;
	width: 440px;
	font-size: 11px;
	margin-bottom: 8px;
}
.big {font-size: 24px; }
.selected-filters .filter-button {
	float: left;
	display: inline;
	padding: 7px 5px;
	border-right: 1px dotted #000;
	white-space: nowrap;
}
.selected-filters .close {
	float: left;
	display: inline;
	position: relative;
	margin: 1px 0 0 4px;
	padding-top: 11px;
	width: 11px;
	height: 0;
	overflow: hidden;
	background: url(../images/close.gif) no-repeat 0 0;
	cursor: pointer;
}
.btn-content {
	float: left;
	display: inline;
}
.sorting-results-filter {
	float: left;
	clear: left;
	width: 420px;
	padding: 10px 10px 6px;
	margin-bottom: 20px;
	border-bottom: 4px solid #000;
	color: #fff;
	background: #333;
	font-size: 11px;
}
span.txt {
	float: left;
	display: inline;
	margin: 2px 7px 0 0;
}
.results-by {
	float: left;
	display: inline;
	width: 115px;
	padding: 1px;
	border: 1px solid #333;
	background: #fff;
	font-size: 11px;
}
.pages {
	float: left;
	display: inline;
	margin-top: 2px;
	width: 108px;
}
span.prev,
span.next {
	float: left;
	display: inline;
	margin: -1px 0 0 7px;
	padding-top: 17px;
	width: 17px;
	height: 0;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/controls.gif) no-repeat 0 0;
}
span.next {
	background-position: -17px 0;
}
.pgs {
	float: left;
	display: inline;
	padding-left: 6px;
	width: 54px;
}
.pgs a {
	text-decoration: none;
	margin: 1px 1px 0 0;
}
.pgs a:hover,
.pgs a.on {
	color: #fff;
}

.search-result {
	float: left;
	clear: left;
	padding: 0 0 9px;
	margin-bottom: 20px;
	border-bottom: 4px solid #d7d7d7;
	width: 440px;
}
.last-item {border-bottom: 0;}
.image-container {
	float: left;
	display: inline;
	width: 122px;
}
.image-container img {
	display: block;
	width: 122px;
}
.sr-data {
	float: left;
	display: inline;
	width: 318px;
}
#content .sr-data h2 {
	float: left;
	width: 318px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #00a1ff;
}
#content .sr-data h2 a {
	text-decoration: none;
}
#content .sr-data h2 a:hover {
	text-decoration: underline;
}
.main-info {
	float: left;
	width: 318px;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 13px;
}
.sub-info,
.pro-user {
	float: left;
	width: 318px;
	margin-bottom: 15px;
	font-size: 11px;
}
.buttons {
	float: left;
	clear: left;
	width: 318px;
	padding-top: 5px;
	border-top: 1px dotted #000;
}
.btn-wrp {
	float: left;
	display: inline;
	padding: 0 9px;
	margin-right: 10px;
	border-right: 1px dotted #000;
}
.first-bw {
	padding-left: 0;
	margin-right: 0;
}
.item-price {
	float: left;
	color: #fff;
	background: #333;
	padding: 5px;
}
.buy-btn {
	float: left;
	display: inline;
	padding-top: 22px;
	margin-top: 2px;
	width: 77px;
	height: 0;
	overflow: hidden;
	background: url(../images/buy-btn.gif) no-repeat 0 0;
}
.buttons .more-info {
	float: left;
	margin-top: 4px;
	text-decoration: none;
}
.buttons .more-info:hover {
	text-decoration: underline;
}
#sidebar-second h2 {
	float: left;
	clear: left;
	width: 280px;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 12px;
}
#sidebar-second h3 {
	font-size: 14px;
	color: #0a8cd7;
	font-weight: normal;
	padding-bottom: 2px;
}
#sidebar-second h3 a {
	color: #0a8cd7;
	text-decoration: none;
}
#sidebar-second h3 a:hover {
	color: #000;
	text-decoration: underline;
}
#sidebar-second ul.sponsored-links,
#sidebar-second ul.related-links {
	float: left;
	clear: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 280px;
}
#sidebar-second ul.sponsored-links p {
	padding-bottom: 0px;
}
#sidebar-second ul.sponsored-links li {
	padding-bottom: 18px;
}
#sidebar-second ul.related-links li {
	margin-bottom: 10px;
}
#sidebar-second ul.related-links li a {
	padding-left: 12px;
	background: url(../images/bullet.gif) no-repeat 0px 5px;
	text-decoration: none;
}
#sidebar-second ul.related-links li a:hover {
	text-decoration: underline;
}




