body {
	height: 100%;
	background: #999999;
}

.Base {
	min-height: 100%;
	width: 968px;
	margin: 0 auto;
	padding: 0 16px;
	position: relative;
	background: url(../gfx/bgr.base.png) repeat-y;
}

.Base .Input {
	background: url(../gfx/bgr.input.png) repeat-x top white;
	border: 1px solid silver;
	padding: 1px;
	min-height: 18px;
	vertical-align: middle;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #333333;
}

.Base .InCart,
.Base .OnlyLoggedIn {
	display: none;
}

/********** DEFAULT HEAD **********/

.Base .Head {
	border-bottom: 1px solid white;
	position: relative;
	background: white;
}

.Base .Head .Logo {
	/*position: absolute;
	left: 15px;
	top: 12px;*/
	padding: 12px 15px 8px 15px;
}

.Base .Head .Logo a:link,
.Base .Head .Logo a:visited,
.Base .Head .Logo a:hover,
.Base .Head .Logo a:focus,
.Base .Head .Logo a:active {
	font-size: 22px;
	text-decoration: none;
	text-transform: uppercase;
}

.Base .Head .Logo a img {
	margin: 0 10px 0 0;
}

.Base .Head .Search {
	background: lime;
	position: absolute;
	top: 30px;
	right: 30px;
}

.Base .Head .Path {
	background: url(../gfx/bgr.path.png) repeat-x bottom black;
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	color: #cccccc;
	overflow: hidden;
}

.Base .Head .Path a {
	color: #cccccc;
	text-decoration: none;
}

.Base .Head .Path .Spacer {
	margin: 0 5px;
}

.Base .Head .Login {
	position: absolute;
	top: 10px;
	right: 14px;
	width: 222px;
}

/********** DEFAULT BODY **********/

.Base .Body {
	padding: 0 0 70px 0;
}

.Base .Body .Left .Box,
.Base .Body .Right .Box {
	border: 1px solid #d9d9d9;
	background: white;
	margin: 0 3px 20px 3px;
	display: block;
	text-decoration: none;
	padding: 1px;
}

.Base .Body .Left .Box a:link,
.Base .Body .Left .Box a:visited,
.Base .Body .Right .Box a:link,
.Base .Body .Right .Box a:visited {
	color: #666666;
	text-decoration: none;
	outline: 0;
}

.Base .Body .Left .Box a:hover,
.Base .Body .Left .Box a:active,
.Base .Body .Left .Box a:focus,
.Base .Body .Right .Box a:hover,
.Base .Body .Right .Box a:active,
.Base .Body .Right .Box a:focus {
	color: #ed1c24;
}

.Base .Body .Left .Box .Title,
.Base .Body .Left .Text .Title,
.Base .Body .Right .Box .Title,
.Base .Body .Right .Text .Title {
	line-height: 18px;
	padding: 3px 20px 3px 10px;
	display: block;
	color: #666666;
	background: #f0f0f0;
	font-weight: bold;
	text-transform: uppercase;
}

.Base .Body .Right .Box .Title.Loading,
.Base .Body .Right .Text .Title.Loading {
	background-image: url(../gfx/ani.loading_grey.gif);
	background-repeat: no-repeat;
	background-position: 219px 4px;
}

.Base .Body .Left .Box .Content,
.Base .Body .Right .Box .Content {
	padding: 10px;
	display: block;
}

/********** DEFAULT BODY LEFT **********/

.Base .Body .Left {
	width: 170px;
	float: left;
	padding: 30px 0 0 0;
}

.Base .Body .Left .Menu {
}

.Base .Body .Left .Menu .Frame {
	height: 300px;
	overflow: hidden;
	position: relative;
	width: 160px;
}

.Base .Body .Left .Menu .Frame .Root,
.Base .Body .Left .Menu .Frame .Level {
	float: left;
	width: 160px;
	height: 300px;
	overflow: auto;
}

.Base .Body .Left .Menu .Frame .Root {
	display: block;
	margin: 0 0 0 200px;
}

.Base .Body .Left .Menu a {
	line-height: 18px;
	padding: 3px 20px 3px 10px;
	display: block;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
}

.Base .Body .Left .Menu a.Back {
	background: url(../gfx/bul.left_arrow.png) no-repeat left center;
	font-style: italic;
	padding-left: 20px;
	color: #cccccc;
}

.Base .Body .Left .Menu a.Submenu,
.Base .Body .Left .Menu a.Submenu {
	background: url(../gfx/bul.right_arrow.png) no-repeat right center;
}

.Base .Body .Left .Menu a.Selected,
.Base .Body .Left .Menu a.Selected {
	color: #ed1c24;
}

.Base .Body .Left .Text {
	border: 1px solid #d9d9d9;
	background: white;
	margin: 0 3px 20px 3px;
	padding: 11px;
}

.Base .Body .Left .Text .Title {
	margin: -10px -10px 10px -10px;
}

.Base .Body .Left .Text .Spacer {
	border-top: 1px solid #f0f0f0;
	margin: 5px -10px;
}

.Base .Body .Left .Banner {
	border: 1px solid #d9d9d9;
	background: white;
	margin: 0 3px 20px 3px;
	padding: 1px;
}

.Base .Body .Left .Banner p {
	margin: 0;
}

.Base .Body .Left .Banner img {
	display: block;
}

/********** DEFAULT BODY CENTER **********/

.Base .Body .Center {
	margin: 0 270px 0 190px;
	font-size: 13px;
	padding: 30px 0 0 0;
	
}

.Base .Body .Center h1,
.Base .Body .Center h2 {
	padding: 0 160px 0 0;
}

.Base .Body .Center .Fieldset {
	position: relative;
	padding: 15px 10px 10px 10px;
	border: 1px solid #d9d9d9;
	margin: 10px 0 15px 0;
	display: block;
}

.Base .Body .Center .Fieldset label {
	width: 150px;
	float: left;
}

.Base .Body .Center .Fieldset .Title {
	position: absolute;
	top: -10px;
	left: 7px;
	padding: 0 3px;
	background: white;
	font-weight: bold;
	color: silver;
}

.Base .Body .Center .Hint {
	border: 1px solid #66cc00;
}

.Base .Body .Center .Hint .Title {
	color: #66cc00;
}

.Base .Body .Center .Warning {
	border: 1px solid #ff9900;
}

.Base .Body .Center .Warning .Title {
	color: #ff9900;
}

.Base .Body .Center .Error {
	border: 1px solid #ed1c24;
}

.Base .Body .Center .Error .Title {
	color: #ed1c24;
}

.Base .Body .Center .Login {
	margin: 30px 0 0 0;
	border-bottom: 0px;
}

.Base .Body .Center .Buttons {
	border: 1px solid #d9d9d9;
	background: #eeeeee;
	margin: 0 0 15px 0;
	text-align: right;
	padding: 5px;
}

.Base .Body .Center .Text {
	margin: 30px 0;
}

.Base .Body .Center .TabBox {
	margin: 0 0 20px 0;
}

.Base .Body .Center .TabBox .Tabs {
	height: 26px;
}

.Base .Body .Center .TabBox .Tabs a {
	display: block;
	float: left;
	margin: 0 1px 0 0;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	text-decoration: none;
	text-align: center;
}

.Base .Body .Center .TabBox .Tabs a span {
	display: block;
	padding: 0 10px;
	line-height: 25px;
	height: 25px;
	background: #eeeeee;
	cursor: pointer;
}

.Base .Body .Center .TabBox .Tabs a:hover span {
	background: #d9d9d9;
}

.Base .Body .Center .TabBox .Tabs a.Selected {
}

.Base .Body .Center .TabBox .Tabs a.Selected span {
	height: 26px;
	background: white;
	color: #ed1c24;
}

.Base .Body .Center .TabBox .Con {
	border: 1px solid #d9d9d9;
	padding: 10px;
	background: white;
}

.Base .Body .Center .OptionBox {
	padding: 10px;
	background: #eeeeee;
	margin: 30px 0 10px 0;
	color: silver;
}

.Base .Body .Center .Listing {
	margin: 0 0 15px 0;
	width: 508px;
}

.Base .Body .Center .Listing a.Item {
	text-decoration: none;
	text-align: center;
	border: 1px solid #eeeeee;
	padding: 10px 10px 10px 10px;
	margin: 0 7px 7px 0;
	overflow: hidden;
	position: relative;
	float: left;
	width: 140px;
	height: 160px;
}

.Base .Body .Center .Listing a.Item img {
	margin: 0 auto 10px auto;
	display: block;
}

.Base .Body .Center .ShopListing {
	margin: 0px 0px 20px 0px;
}

.Base .Body .Center .ShopListing .Pages {
	margin: 15px 0;
	background: url(../gfx/bgr.button.png) repeat-x top black;
	border: 1px solid black;
	line-height: 22px;
	height: 22px;
	vertical-align: middle;
	color: #999999;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

.Base .Body .Center .ShopListing .Pages a {
	color: #eeeeee;
}

.Base .Body .Center .ShopListing .Pages .Previous {
	float: left;
	padding: 0px 10px;
	text-decoration: none;
	border-right: 1px solid black;
}

.Base .Body .Center .ShopListing .Pages .Next {
	float: right;
	padding: 0px 10px;
	text-decoration: none;
	border-left: 1px solid black;
}

.Base .Body .Center .ShopListing .Pages .Page {
	padding: 0px 6px;
	text-decoration: none;
	border-right: 1px solid black;
	float: left;
}

.Base .Body .Center .ShopListing .Pages .Current {
	color: white;
	background: url(../gfx/bgr.button_active.png) repeat-x top #db0101;
}

.Base .Body .Center .ShopListing ul,
.Base .Body .Center .ShopListing ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.Base .Body .Center .ShopListing ul .Item,
.Base .Body .Center .ShopListing ol .Item {
	display: block;
	text-decoration: none;
	border: 1px solid #d9d9d9;
	min-height: 40px;
	position: relative;
	margin: 15px 0 0 0;
	padding: 10px 10px 10px 65px;
	background: none;
}

.Base .Body .Center .ShopListing ul .Item .Small,
.Base .Body .Center .ShopListing ol .Item .Small {
	display: block;
	margin: 10px 0 0 0;
}

.Base .Body .Center .ShopListing ul .Item .Price,
.Base .Body .Center .ShopListing ol .Item .Price {
	float: right;
	text-align: right;
	padding: 0 0 10px 15px;
}

.Base .Body .Center .ShopListing ul .Item .Price .Small,
.Base .Body .Center .ShopListing ol .Item .Price .Small {
	margin: 0;
}

.Base .Body .Center .ShopListing ul .Item .Thumb,
.Base .Body .Center .ShopListing ol .Item .Thumb {
	position: absolute;
	top: 10px;
	left: 10px;
}

.Base .Body .Center .ShopListing ul .Item .Info,
.Base .Body .Center .ShopListing ol .Item .Info {
	color: #ed1c24;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0 0 0 22px;
	background: url(../gfx/ico.info.png) no-repeat 0px 0px;
}

.Base .Body .Center .ShopListing ul .Item .Buttons,
.Base .Body .Center .ShopListing ol .Item .Buttons {
	margin: 10px -10px -10px -65px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.Base .Body .Center .ShopListing .Overview {
	font-size: 16px;
	line-height: 20px;
}

.Base .Body .Center .ShopCategory {
	margin: 30px 0;
	position: relative;
}

.Base .Body .Center .ShopCategory .BrandLogo {
	position: absolute;
	top: -80px;
	right: 0px;
}

.Base .Body .Center .ShopCategory .Image {
	float: left;
	margin: 0 15px 10px 0;
}

.Base .Body .Center .ShopArticle {
	margin: 30px 0 0 0;
	position: relative;

}

.Base .Body .Center .ShopArticle .BrandLogo {
	position: absolute;
	top: -80px;
	right: 0px;
}

.Base .Body .Center .ShopArticle .Images {
	float: left;
	width: 172px;
	height: 244px;
	margin: 0 0 20px 0;
}

.Base .Body .Center .ShopArticle .Images .Main {
	border: 1px solid #d9d9d9;
	padding: 10px;
	margin: 0 0 10px 0;
}

.Base .Body .Center .ShopArticle .Images .Main img {
	display: block;
}

.Base .Body .Center .ShopArticle .Images .MoveLeft {
	float: left;
	width: 10px;
	height: 60px;
	border: 1px solid #d9d9d9;
	background: url(../gfx/bul.left_arrow.png) no-repeat -8px center #eeeeee;
}

.Base .Body .Center .ShopArticle .Images .MoveLeft:hover {
	background-color: #d9d9d9;
}

.Base .Body .Center .ShopArticle .Images .MoveRight {
	float: right;
	width: 10px;
	height: 60px;
	border: 1px solid #d9d9d9;
	background: url(../gfx/bul.right_arrow.png) no-repeat 3px center #eeeeee;
}

.Base .Body .Center .ShopArticle .Images .MoveRight:hover {
	background-color: #d9d9d9;
}

.Base .Body .Center .ShopArticle .Images .Other {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin: 0px 12px;
	overflow: hidden;
	height: 60px;
	padding: 0 5px 0 10px;
	white-space: nowrap;
}

.Base .Body .Center .ShopArticle .Images .Other img {
	margin: 10px 4px 10px 0;
}

.Base .Body .Center .ShopArticle .Info {
	color: #ed1c24;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 15px 22px;
	background: url(../gfx/ico.info.png) no-repeat 0px 0px;
}

.Base .Body .Center .ShopArticle .Buy {
	border: 1px solid #d9d9d9;
	padding: 10px;
	position: relative;
	display: block;
	margin: 20px 0 20px 190px;
	height: 224px;
}

.Base .Body .Center .ShopArticle .Buy input {
	text-align: center;
	border-left: 0;
	border-right: 0;
	width: 30px;
}

.Base .Body .Center .ShopArticle .Buy .Labels {
	float: left;
	padding: 0 10px 0 0;
	height: 100%;
	color: #999999;
}

.Base .Body .Center .ShopArticle .Buy .StatusImage {
	position: absolute;
	top: -10px;
	right: -20px;
}

.Base .Body .Center .ShopArticle .Buy .Status0 {
	color: #FF9900;
}

.Base .Body .Center .ShopArticle .Buy .Status1 {
	color: #00CC00;
}

.Base .Body .Center .ShopArticle .Buy .Price {
	height: 49px;
}

.Base .Body .Center .ShopArticle .Buy .Price span {
	font-size: 22px;
	line-height: 32px;
}

.Base .Body .Center .ShopArticle .Buy .Phone {
	font-size: 14px;
	font-weight: bold;
}

.Base .Body .Center .ShopArticle .Description {
}

.Base .Body .Center .ShopArticle .Specifications {
	font-size: 11px;
}

.Base .Body .Center .ShopArticle .Specifications table {
	width: 100%;
	border-top: 1px solid #eeeeee;
	margin: 0 0 30px 0;
}

.Base .Body .Center .ShopArticle .Specifications table td {
	border-bottom: 1px solid #eeeeee;
	padding: 5px 0;
}

.Base .Body .Center .ShopArticle .Specifications table td p {
	margin: 0;
}

.Base .Body .Center .ShopArticle .Downloads {
}

.Base .Body .Center .ShopArticle .Downloads .Special {
	background: #eeeeee;
	margin: 50px 0 0 0;
}

.Base .Body .Center .ShopArticle .Accessories {
}

.Base .Body .Center .ShopArticle .Links {
}

.Base .Body .Center .ShopCart {
	margin: 0 0 15px 0;
	border-collapse: collapse;
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
}

.Base .Body .Center .ShopCart td {
	padding: 5px 10px;
}

.Base .Body .Center .ShopCart .HeadRow td {
	font-weight: bold;
	color: silver;
	border-bottom: 1px solid #d9d9d9;
}

.Base .Body .Center .ShopCart .BodyRow {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #eeeeee;
}

.Base .Body .Center .ShopCart .BodyRow td input {
	text-align: center;
}

.Base .Body .Center .ShopCart .BodyRow td a:link,
.Base .Body .Center .ShopCart .BodyRow td a:visited,
.Base .Body .Center .ShopCart .BodyRow tr td a:hover,
.Base .Body .Center .ShopCart .BodyRow tr td a:focus,
.Base .Body .Center .ShopCart .BodyRow tr td a:active {
	text-decoration: none;
}

.Base .Body .Center .ShopCart .FootRow {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	background: #eeeeee;
}

.Base .Body .Center .ShopCart tfoot tr td {
}

.Base .Body .Center .Search {
}

.Base .Body .Center .Search .Fieldset {
	margin-bottom: 0px;
	border-bottom: 0px;
}

.Base .Body .Center .ToTop:link,
.Base .Body .Center .ToTop:visited,
.Base .Body .Center .ToTop:hover,
.Base .Body .Center .ToTop:active,
.Base .Body .Center .ToTop:focus {
	float: right;
	background: url(../gfx/bul.up_arrow.png) no-repeat 0px 7px;
	padding: 0 0 0 10px;
	font-size: 13px;
	margin-left: 15px;
}

.Base .Body .Center .Print:link,
.Base .Body .Center .Print:visited,
.Base .Body .Center .Print:hover,
.Base .Body .Center .Print:active,
.Base .Body .Center .Print:focus {
	float: right;
	font-size: 13px;
	margin-left: 15px;
}

.Base .Body .Center .Back {
	background: url(../gfx/bul.left_arrow.png) no-repeat -10px 6px;
	padding: 0 0 0 10px;
}

/********** DEFAULT BODY RIGHT **********/

.Base .Body .Right {
	width: 250px;
	float: right;
	padding: 30px 0 0 0;
}

.Base .Body .Right .Text {
	border: 1px solid #d9d9d9;
	background: white;
	margin: 0 3px 20px 3px;
	padding: 11px;
}

.Base .Body .Right .Text .Title {
	margin: -10px -10px 10px -10px;
}

.Base .Body .Right .Search {
}

.Base .Body .Right .Search {
}

.Base .Body .Right .Search .Input {
	width: 150px;
}

.Base .Body .Right .Search button {
	width: 55px;
	margin: 0 0 0 10px;
}

.Base .Body .Right .ShopCart {
	text-decoration: none;
}

.Base .Body .Right .ShopCart button {
	display: block;
	margin: 15px auto 0 auto;
}

.Base .Body .Right .ShopCart table {
	margin: 0 0 5px 0;
}

.Base .Body .Right .ShopCart td {
	border-bottom: 1px solid #f0f0f0;
	padding: 5px 0;
}

.Base .Body .Right .ShopCart .Empty {
	color: silver;
	font-style: italic;
	text-align: center;
	padding: 0 40px;
}

.Base .Body .Right .Info {
}

.Base .Body .Right .Info .Title {
}

.Base .Body .Right .Info .Content {
	text-align: center;
}

.Base .Body .Right .Info .Buttons {
	text-align: center;
	padding: 0 0 10px 0;
}

.Base .Body .Right .Cloud {
}

.Base .Body .Right .Cloud .Items {
	padding: 10px;
	line-height: 25px;
}

.Base .Body .Right .Cloud .Items a {
	margin: 0 15px 0 0;
}

.Base .Body .Right .Text.Instance2232434 {
	display: none;
}

/********** DEFAULT FOOT **********/

.Base .Foot {
	background: white;
	height: 50px;
	position: absolute;
	bottom: 0px;
	width: 968px;
	color: #999999;
}

.Base .Foot .Text {
	padding: 0px 15px;
	line-height: 50px;
}

.Base .Foot .Text p {
	margin: 0;
}

.Base .Foot .Menu {
	position: absolute;
	top: 0;
	left: 718px;
	line-height: 50px;
}

.Base .Foot .Menu a {
	margin-right: 10px;
}

/********** DEFAULT IMAGE VIEWER **********/

.Base #ImageViewer {
	height: 100%;
	width: 970px;
	position: absolute;
	margin: 0 15px;
	top: 0px;
	left: 0px;
	z-index: 10000;
}

.Base #ImageViewer #Canvas {
	height: 100%;
	width: 100%;
	background: #999999;
	position: absolute;
	top: 0px;
	left: 0px;
}

.Base #ImageViewer #Frame {
	position: fixed;
	z-index: 10010;
	left: 180px;
	top: 50px;
	background: white;
	border: 1px solid #999999;
	width: 800px;
}

.Base #ImageViewer #Frame #Image {
	display: block;
	margin: 10px auto;
}

.Base #ImageViewer #Frame #ImageDescription {
	text-align: center;
	background: #eeeeee;
	padding: 10px 40px;
	border-top: 1px solid #cccccc;
	line-height: 20px;
}

.Base #ImageViewer #Frame #CloseButton {
	position: absolute;
	z-index: 10100;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.Base #ImageViewer #Frame #LeftButton {
	position: absolute;
	bottom: 10px;
	left: 10px;
	cursor: pointer;
}

.Base #ImageViewer #Frame #RightButton {
	position: absolute;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}
