/* --------------------------------------------------------------------------------------------------------- */
/* Default Onclick Styles */
/* --------------------------------------------------------------------------------------------------------- */
body { padding: 4px; }

/* div, p, td, th, body {font-family:  Arial, Helvetica, Helv, Sans-serif;font-size: 13px;	color: #333;} */

/* front store search */
.searchPage a {color: blue;}
.searchPage .path {color: green;}
.searchPage .percentage {color: green;}
.searchPage p {margin-top: 0px;margin-bottom: 10px;}
.searchPage .advancedLink {font-size: 9px;}
.searchPage .warning {color: red;}
.searchPage .pageIndex {font-size: 12px;}
.searchPage .pageIndex a {margin-left: 2px;margin-right: 2px;}
.searchPage .pageIndexCurrentPage {color: #a00;text-decoration: none;font-weight: bold;font-size: 12px;}


/* andar default search */
.default #container .searchPage a {color: #FFFFFF; font-size:18px;}
.default .searchPage .path {color: green;}
.default .searchPage .percentage {color: green;}
.default .searchPage p {margin-top: 0px;margin-bottom: 10px;}
.default .searchPage .advancedLink {font-size: 9px;}
.default .searchPage .warning {color: red;}
.default .searchPage .pageIndex {font-size: 12px;}
.default .searchPage .pageIndex a {margin-left: 2px;margin-right: 2px;}
.default .searchPage .pageIndexCurrentPage {color: #a00;text-decoration: none;font-weight: bold;font-size: 12px;}
/* --------------------------------------------------------------------------------------------------------- */
/* Team */
/* --------------------------------------------------------------------------------------------------------- */

.teamtable td{
	padding-right:8px;
	padding-bottom:12px;
	vertical-align:top;
}
.teamtable img {
	padding-right:13px;
}
.teamtable h2{
	font-weight:bold;
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
}
.teamtable h3{
	font-size:12px;
	font-weight:normal;
	margin-top:0px;
	color:#8e8e8e;
}
.teamtable p{
	margin-bottom:7px;
	font-size:11px;
}
.teamtable a{
	font-size:12px;
}



/* --------------------------------------------------------------------------------------------------------- */
/* Custom Styles */
/* --------------------------------------------------------------------------------------------------------- */
h1, h2, h3{
	/* text-transform:lowercase; Uncomment this to make all headings lowercase*/
}
h1{
	font-size:21px;
	color:#f15a29;
	font-weight:normal;
	margin:5px 0px 8px 0px;
}
h2 {
	font-size:16px;
	color:#7d7d7d;
	font-weight:normal;
	margin:5px 0px 8px 0px;
}
h3 {
	font-size:16px;
	color:#f15a29;
	font-weight:normal;
	margin:5px 0px 8px 0px;
}
h4{
	font-size:15px;
	color:#f15a29;
	font-weight:bold;
	margin:5px 0px 8px 0px;
}
img{
	border:none;
}
/* --------------------------------------------------------------------------------------------------------- */
/* Shop - Catagory Page */
/* --------------------------------------------------------------------------------------------------------- */
ul.catlist{
	list-style:none;
	padding:0px;
	margin:0px;
}
ul.catlist li{
	width:160px;
	border:#e9e9e9 1px solid;
	float:left;
	margin-right:15px;
	margin-bottom:20px;
}
ul.catlist li img{
	padding:0px;
	border:0px;
	margin:0px;
}
ul.catlist li .title{
	margin:0px;
	padding:0px 5px 0px 5px;
	height:55px;
}
ul.catlist li .title h2{
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#58595d;
}
ul.catlist li .title h2 a{
	text-decoration:none;
}
ul.catlist li .title p{
	color:#818286;
}
ul.catlist li .links{
	background-color:#f4f4f4;
	padding:0px;
	border-top:#e9e9e9 1px solid;
}

ul.catlist li .links a{
	display:block;
	font-size:11px;
	text-decoration:none;
	line-height:20px;
	font-weight:bold;
	display:block;
	padding-left:5px;
}
ul.catlist li .links a:hover{
	background-color:#f2683a;
	color:#FFFFFF;
}


/* --------------------------------------------------------------------------------------------------------- */
/* The Point6 Difference */
/* --------------------------------------------------------------------------------------------------------- */
.diffPrevNext{
	border-top:1px solid #e9e9e9;
	padding-top:5px;
	margin-top:10px;
	margin-bottom:50px;
}
.diffPrevNext a{
	color:#818286;
	padding:2px;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}

.diffPrevNext a.diffPrev{
	background:url(../Images/icons/arrow-prev-on.gif) no-repeat top left;
	padding-left:22px;
	float:left;
}
.diffPrevNext a.diffPrev:hover{
	background:url(../Images/icons/arrow-prev-roll.gif) no-repeat top left;
}

.diffPrevNext a.diffNext{
	background:url(../Images/icons/arrow-next-on.gif) no-repeat top right;
	padding-right:22px;
	float:right;
}
.diffPrevNext a.diffNext:hover{
	background:url(../Images/icons/arrow-next-roll.gif) no-repeat top right;
}
.magazines img{
	width:100px; !important
	height:160px; !important
	border:1px solid #666;
}
.magazines td{
	width:25%;
	background-color:#CCC;
	padding:4px;
	text-align:center;
}

/* --------------------------------------------------------------------------------------------------------- */
/* Product image download library */
/* --------------------------------------------------------------------------------------------------------- */
.imgLib table{
	border-color:#cccccc;
	border-style:solid;
	border-width:0px 0px 1px 1px;
}
.imgLib table th{
	background-color:#bbbbbb;
	color:#333333;
	text-align:left;
	line-height:24px;
	text-indent:10px;
	font-weight:bold;
	border-color:#cccccc;
	border-style:solid;
	border-width:1px 1px 0px 0px;
	font-size:16px;
}
.imgLib table th a{
	float:right;
	padding-right:10px;
	background-color:#F76736;
	color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
}
.imgLib table th a:hover{
	background-color:#C24213;
}
.imgLib table td{
	width:20%;
	padding:5px;
	border-color:#cccccc;
	border-style:solid;
	border-width:1px 1px 0px 0px;
	font-size:10px;
	text-align:center;

}
