*
{
	margin: 0; padding: 0;
}

body
{
	font: normal 0.75em/1.5em arial,helvetica,sans-serif;
	color: #333;
	background-color: #fff;
}

hr												{ display: none; }
.nodisplay
{ 
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

.spacer											{ display: block; clear: both; height: 1px; overflow: hidden; padding: 0; margin: -1px 0 0 0; }

fieldset										{ border: none; }
legend											{ display: none; }

input, select
{
	width: 95%;
}

.checkbox, .radio								{ width: auto; }
input:focus, textarea:focus						{ background-color: #fff; }
.button:focus									{ background-color: transparent; }
label											{ cursor: pointer; }

img 											{ border: 0px none; }
strong, .info									{ font-weight: bold; }
a												{ color: #c80014; }
a:visited										{ color: #c80014; }
a:hover											{ color: #c80014; }

ul, ol											{ list-style: none; }
li a											{ display: block; text-decoration: none; }

p												{ margin: 0 0 1.5em 0; }

abbr											{ cursor: help; }

.halfleft
{
	float: left;
	width: 50%;
}

.halfright
{
	float: left;
	width: 50%;
}

div.error
{
	color: #fff;
	padding: 0.75em 10px 0.75em 40px;
	background: url(/templates/triple/img/error.gif) 2px 2px no-repeat #c5040d;
	margin-bottom: 1.5em;
}

/* ******************** page blocks */

#popupcontent
{
	padding: 1.5em 30px;
}

#admin
{
	background-color: #ffd200;
	padding: 0 20px;
}

#header
{
	background-color: #c2c7be;
	text-align: center;
	margin-bottom: 1px;
}

#nav
{
	background-color: #c80014;
	text-align: center;
}

#footer
{
	color: #fff;
	background-color: #444443;
	text-align: center;
}

.container
{
	width: 780px;
	text-align: left;
	margin: 0 auto;
}

#header #logo
{
	float: left;
	width: 200px;
	font-size: 100%;
	margin: 0;
}

#header #logo a
{
	height: 4.5em;
	display: block;
	background: url(/templates/triple/img/logo.gif) 10px 50% no-repeat;
}

#header #services
{
	float: right;
	width: 300px;
	text-align: right;
	margin-right: 10px;
}

#cart
{
	height: 4.5em;
	border-left: 1px solid #b0b4ac;
	border-right: 1px solid #b0b4ac;
	float: right;
	width: 210px;
	background: url(/templates/triple/img/cart.gif) 5px 5px no-repeat #e7ece3;
	padding: 0 10px 0 40px;
}

#nav ul
{
	float: left;
}

#nav ul li
{
	float: left;
	padding: 0.5em 0;
}

#nav ul li a
{
	float: left;
	padding: 0 10px;
	background: url(/templates/triple/img/nav_divide.gif) 0 100% no-repeat;
	color: #fff;
}

#nav ul li a:hover, #nav ul li a:focus
{
	text-decoration: underline;
}

#search
{
	float: right;
	width: 200px;
	padding-top: 3px;
}

#search input
{
	display: inline;
	width: auto;
}

#search input.button
{
	position: relative;
	top: 3px;
}

#category
{
	position: absolute;
	width: 245px;
}

#category h2
{
	background: url(/templates/triple/img/catheader_bg.gif) 100% 0 no-repeat;
	height: 40px;
}

#category ul
{
	float: none;
	margin-left: 1px;
	background-color: #f4f8f1;
}

#category ul li
{
	float: none;
	padding: 0;
}

#category ul li a
{
	margin-top: 1px;
	padding: 0.5em 10px;
	float: none;
	background-image: none;
	color: #333;
	border-left: 5px solid #c80014;
}

#category ul li a:hover, #category ul li a:focus
{
	border-left: 5px solid #c2c7be;
}

#category ul ul
{
	border-top: 1px solid #c2c7be;
	border-bottom: 1px solid #c2c7be;
	margin-left: 0;
}

#category ul ul li a
{
	border-left: 5px solid #c2c7be;
}

#category ul ul li a:hover, #category ul ul li a:focus
{
	border-left: 5px solid #d8ddd4;
}

#category ul ul ul
{
	border-top: 0 none;
	background-color: #d8ddd4;
}

#category ul ul ul li a
{
	padding: 0 10px 0 30px;
	border-left: 5px solid #d8ddd4;
	border-top: 1px solid white;
}

#category ul ul ul li a:hover, #category ul ul ul li a:focus
{
	border-left: 5px solid #fff;
}

#infobar
{
	text-align: center;
	background: url(/templates/triple/img/infobar.gif) 100% 100% repeat-x #444344;
}

#infoarea
{
	width: 780px;
	text-align: left;
	margin: 0 auto;
	background: url(/templates/triple/img/infoarea_right.gif) 100% 100% no-repeat;
	padding-bottom: 49px;
}

#infos
{
	margin-left: 245px;
	background: url(/templates/triple/img/infoarea.gif) 0 0 repeat-y;
	padding: 1.5em 10px;
}

#infos .halfleft
{
	background: url(/templates/triple/img/dot.gif) 100% 0 repeat-y;
	padding-right: 10px;
	width: 240px;
}

#infos .halfright
{
	background: url(/templates/triple/img/dot.gif) 0 0 repeat-y;
	margin-left: -2px;
	width: 240px;
	padding-left: 10px;
}

#desk
{
	background: url(/templates/triple/img/desk.gif) 0 0 repeat-x;
}

#content
{
	margin-left: 245px;
	padding: 0.75em 20px 3em 20px;
	background: url(/templates/triple/img/dot.gif) 0 0 repeat-y;
}

#content ul.accept
{
    clear: both;
}

#content ul.accept li
{
    background: url(/templates/triple/img/accept.png) 0 50% no-repeat;
    padding-left: 20px;
} 

#footer ul
{
	float: left;
}

#footer ul li
{
	float: left;
}

#footer ul li a
{
	float: left;
	color: #ccc;
	text-decoration: underline;
	padding: 0.5em 10px;
}

#footer ul li a:hover, #footer ul li a:focus
{
	color: #c80014;
	background-color: #525150;
}

.copyright
{
	color: #fff;
	background-color: #444443;
	border-top: 1px solid white;
	padding: 0 20px;
}

/* ******************** elements styles */
h1
{
	font-size: 130%;
	color: #c80014;
	margin-bottom: 1.3em;
}

h2
{
	font-size: 100%;
}

h3
{
	margin-top: 1.5em;
	font-size: 100%;
	color: #c80014;
	font-weight: normal;
}

.price
{
	text-align: right;
	display: block;
}

.price strong
{
	display: block;
	color: #c80014;
}

#infos a:hover
{
	text-decoration: underline;
}

#infos .halfright .price
{
	margin-bottom: 1.5em;
}

#infos .price strong
{
	display: inline;
}

.shipping
{
	font-style: italic;
	color: #a9ada6;
	font-size: 90%;
}

.shipping a
{
	text-decoration: underline;
	display: inline;
}

.productOldPrice
{
	color: #333;
	text-decoration: line-through;
}

.miniteaser img
{
	float: left;
	border: 3px solid white;
	margin-right: 3px;
}

.miniteaser .more
{
	display: block;
	margin-top: 1.5em;
	background: url(/templates/triple/img/arrow.gif) 0 50% no-repeat;
	padding-left: 25px;
}

div.more a
{
	display: block;
	background: url(/templates/triple/img/arrow.gif) 0 50% no-repeat;
	padding-left: 25px;
}

.jumplist
{
	border: 1px solid #d8ddd4;
	padding: 0.75em 5px;
	background-color: #f4f8f1;
	margin-bottom: 1.5em;
}

.teaser
{
	padding-top: 0.75em;
	margin-bottom: 0.75em;
	background: url(/templates/triple/img/dot.gif) 0 0 repeat-x;
}

.teaser .image
{
	float: left;
	width: 120px;
	overflow: hidden;
}

.teaser .text
{
	float: left;
	margin-left: 5px;
	width: 370px;
}

.mainteaser .image
{
	float: left;
	width: 120px;
	overflow: hidden;
}

.mainteaser .text
{
	float: left;
	margin-left: 5px;
	width: 370px;
}

fieldset h2
{
	margin-top: 1.5em;
}

fieldset li
{
	background-color: #efefef;
	margin-bottom: 1px;
	padding: 0.75em 10px;
}

li label
{
	font-weight: bold;
}

.inline input
{
	display: inline;
	width: auto;
}

p.address
{
	background-color: #f4f8f1;
	padding: 0.75em 10px;
	margin-top: 1.5em;
}

.progress
{
	float: left;
	background: url(/templates/triple/img/progress.gif) 100% 0 no-repeat;
	width: 99%;
	margin-bottom: 1.5em;
}

.progress li
{
	float: left;
	width: 25%;
	padding-top: 0.75em;
}

.progress li.current, .progress li.passed
{
	background: url(/templates/triple/img/progressbar.gif) 1px 0 repeat-x;
}

.inline dt
{
	margin-right: 30%;
}

.inline dd
{
	padding-left: 75%;
	margin-top: -1.5em;
	color: #c80014;
	font-weight: bold;
	text-align: right;
}

.info
{
	border: 1px solid #c80014;
	padding: 0.75em 10px;
	margin-top: 1.5em;
}

.button
{
}

.button input, .button a
{
	width: 40%;
	cursor: pointer;
	font: bold 100%/1.5em arial,helvetica,sans-serif;
	border: 0 solid;
	background-color: #c80014;
	text-decoration: underline;
	text-align: left;
	color: #fff !important;
	display: block;
	padding: 0.25em 2%;
}

.imgbutton
{
	width: auto;
	display: inline;
}

.cartadd
{
	background: url(/templates/triple/img/cartbg.gif) 0 0 no-repeat;
	height: 30px;
	padding: 30px 20px 20px 20px;
	margin: 1.5em 0 0 0;
}

.cartadd input
{
	width: auto;
}

.cartadd .shipping
{
	color: #fff;
}

.sendinfo
{
	font-style: italic;
}

.detail-image
{
	border: 1px solid #c2c7be;
	float: left;
	width: 190px;
	height: 190px;
	overflow: hidden;
	margin-right: 5px;
	padding: 2px;
}

dl
{
	border-top: 1px solid #c2c7be;
	margin-bottom: 1.5em;
}

dt
{
	margin-right: 51%;
}

dd
{
	border-bottom: 1px solid #c2c7be;
	margin-top: -1.5em;
	padding-left: 50%;
}

dl.related
{
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0.75em 10px;
}

table.cart
{
	border: 1px solid #666;
	margin-bottom: 1.5em;
	width: 98%;
}

table.cart th
{
	background-color: #ccc;
	padding: 0 2px;
}

table.cart td
{
	padding: 0 2px;
}

.cart dl
{
	border-top: 0 none;
	margin-bottom: 0;
}

.cart dt
{
	margin-right: 0;
	display: inline;
}

.cart dd
{
	border: 0 none;
	margin-top: 0;
	padding-left: 0;
	display: inline;
}

.cart .unitprice
{
	white-space: nowrap;
}

.cart .sum
{
	font-weight: bold;
	white-space: nowrap;
}

.recalc
{
	margin: 1.5em 0 0 0;
	background: url(/templates/triple/img/dot.gif) 0 100% repeat-x;
	padding-bottom: 1.5em;
}

.recalc input
{
	border: 0 none;
	background-color: transparent;
	width: auto;
	cursor: pointer;
	font: normal 100%/1.5em arial,helvetica,sans-serif;
	text-decoration: underline;
	text-align: left;
	color: #c80014 !important;
	display: block;
	background: url(/templates/triple/img/arrow.gif) 0 50% no-repeat;
	padding-left: 25px;
}


