/* ==>  Header ---------------------------------------------------------------------------------------- */
header .links,
ul#mForm div[class^=form-row] p {
	font-size: 12px; font-size: 1.2rem; 
	line-height: 14px; line-height: 1.4rem;
}
#AddMod input[type=submit] {
	font-size: 14px; font-size: 1.4rem; 
	line-height: 16px; line-height: 1.6rem;
}
#Orders div[class^=row] p.total {
	font-size: 18px; font-size: 1.8rem;
	line-height: 26px; line-height: 2.6rem;
}
@media only screen and (max-width : 650px) {
	*[class^=targets] div[class^=row] p.total {		
		font-size: 16px; font-size: 1.6rem;
		line-height: 24px; line-height: 2.4rem;
	}
}
*[class^=targets] div[class^=row] div.dates span,
#Orders ul.bar-head li p,
p.price-sale { font-weight: bold; }
p.price-sale span,
#TabViews a { font-weight: normal; }
header .links {
	position: absolute;
	top: 10px;
	right: 20px;
	float: right;
	color: #fff;
}
@media screen and (min-width: 1024px) {
  header .links {
    top: 20px;
  }
}
header #NavWrap.top-anchor .links { top: 22px; }
header .links > a,
header .links > p {
	padding: 9px 0 0 0;
	float: right;
}
@media only screen and (max-width : 1200px) {
	header #NavWrap.top-anchor .links { top: 10px; }
	header #NavWrap.top-anchor .links > p { 
		padding: 13px 0 0;
		clear: both; 
	}
}
header .links > p a { 
	padding: 0 0 0 10px;
	color: #fff; 
}
header .links > div {
	width: 50px;
	height: 30px;
	padding: 0 0 0 20px;
	float: right;
	position: relative;
}
header .links > div > a {
	display: inline-block;
	padding: 5px;
}
#IAccount > a {
	padding: 6px 6px 5px;
}
#ICart > a {
	padding: 6px 5px 4px;
}
#IShop > a {
	padding: 10px 3px;
}
header .links > div > a p {
	position: absolute;
	right: -6px;
	bottom: -7px;
	padding: 3px 6px 1px;
	color: #0075c7;
	background: #ffc423;
	border-radius: 8px; 
	-webkit-border-radius: 8px;
}
header .links div.drop {
	position: absolute;
	top: 31px;
	right: 0;
	padding: 10px;
	margin: 0;
	float: left;
	visibility: hidden;
	opacity: 0;
	-moz-transition: visibility 0s ease 0.2s, opacity 0.2s ease;
	-webkit-transition: visibility 0s ease 0.2s, opacity 0.2s ease;
	-o-transition: visibility 0s ease 0.2s, opacity 0.2s ease;
	transition: visibility 0s ease 0.2s, opacity 0.2s ease;
	z-index: 800 !important;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}
header .links > div:hover div.drop, 
header .links > div:active div.drop, 
header .links > div:focus div.drop { 
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
}
div#ISearch div.drop { 
	background: #fff; 
	border: 2px solid #ffc423;
}

/* ==>  Shop Indexes ---------------------------------------------------------------------------------------- */
#Groups { 
	width: 100%;
	padding: 0 0 20px;
	float: left;
}
#TabViews {
	width: 100%;
	padding: 10px 0 0;
	margin: 0 0 20px;
	float: left;
	border-bottom: 1px solid #333;
}
#TabViews a { float: left; }
#TabViews p {
	color: #333;
	padding: 11px 20px 12px;
	margin: 0 0 0 10px;
	float: left;
	background: #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
#TabViews p.on, 
#TabViews p:hover, 
#TabViews p:active, 
#TabViews p:focus {
	background: #333;
	color: #fff;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}
div.group {
	width: 100%;
	margin: 20px 0 0;
	float: left;
}
div.group .details { padding: 16px 20px 0; }
ul.targets-cols div.scalebox {
	width: 100%;
	height: 154px;
	position: relative;
}
ul.targets-cols div.scalebox > p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	padding: 0;
}
ul.targets-cols div.scalebox img {
	width: auto;
	height: auto;
	max-height: 154px;
	max-width: 100%;
	margin: 0 auto;
	float: none;
	display: block;
}
#Products ul { border: 0; }
#Products div.bottom { margin: 20px 0 0; }
div.group ul.targets-cols li p, 
#Products ul.targets-cols li p { text-align: center; }
p[class^=price] { color: #333; }
p.price-sale { color: #f60; }
p.price-sale span {
	color: #000;
	text-decoration: line-through;
}
p.price-surcharge {
	font-style: italic;
}
#Orders ul.bar-head { 
	min-height: 35px;
	padding: 0; 
}
#Orders ul li {	
	width: 20%;
	padding: 0; 
}
#Orders ul li.total { text-align: right; }
#Orders ul li p { padding: 8px 10px 5px; }
#Orders ul li p.title { padding: 6px 10px 5px; }
#Orders ul.bar-head li p { 
	padding-top: 10px;
	color: #fff;
}
@media only screen and (max-width : 650px) {
	#TabViews p { padding: 8px 15px 9px; }
	ul.targets-cols div.scalebox { height: 125px; }
	ul.targets-cols div.scalebox img { max-height: 125px; }
}

/* ==>  Product Detail ---------------------------------------------------------------------------------------- */
#AddMod { 
	width: 100%; 
	padding: 0 10px 10px;
	float: left;
}
#AddMod div[class^=form-row] { 
	padding: 10px 0;
	border-bottom: 1px dotted #666; 
}
#AddMod div.form-row.free-shipping {
  border-bottom: none;
  padding-bottom: 0;
  text-align: center;
}
#AddMod .free-shipping span {
  font-size: 87.5%;
}
#AddMod #AddRow {
	padding-top: 15px; 
	border: 0;
}
#AddMod #AddRow div.QtyF { 
	width: 45%;
	padding: 7px 0 0;
	float: left; 
}
#AddMod #AddRow div.QtyF label {
	width: auto;
	padding: 2px 10px 0 0;
	float: left;
}
#AddMod input[type=text] { width: 40px; }
#AddMod div[class^=form-row] div.version { 
	width: 70%;
	padding: 4px 0 0 26px; 
}
#AddMod div[class^=form-row] div.version p,
#AddMod div[class^=form-row] div.version label { 
	width: 100%; 
	padding: 0;
	display: block;
}
#AddMod div[class^=form-row] p[class^=price] {
	width: 28%;
	padding: 4px 0 0;
	float: right;
	text-align: right;
}
#AddMod input[type=radio] { margin: 7px 0 0; }
#AddMod div[class^=form-row] input[type=submit] {
	width: 50%;
	padding: 0; 
	float: right; 
}
@media only screen and (max-width : 1024px) {
	#Showcase.product { padding-top: 20px; }
}
@media only screen and (max-width : 750px) {
	#Showcase.product .left { padding: 0 0 30px; }
}
#Showcase .right .details {
	padding: 20px 0 0;
	clear: left;
}

/* ==>  Orders and Detail ---------------------------------------------------------------------------------------- */
#Orders div[class^=row] a {
	width: 100%;
	float: left;
}
#Orders div[class^=row] p { clear: both; }
#Orders div[class^=row] p[class^=title] {
	width: 48%;
	float: left;
}
#Orders div[class^=row] p.total {
	width: 48%;
	padding: 0 0 5px;
	float: right;
	text-align: right;
	clear: none;
}
*[class^=targets] div[class^=row] p.items {
	width: 30%;
	float: right;
	text-align: right;
	clear: right;
}
*[class^=targets] div[class^=row] div.dates {
	width: 65%;
	float: left;
}
*[class^=targets] div[class^=row] div.dates span {
	width: 90px;
	float: left;
}
