@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

/* ================================================================
	Default Styles
================================================================ */
body{
    text-align:center;
    background: url(../images/bodyBackground.gif) top center repeat-y #f2f7fa;
}
.hide{
	display: none;	
}

a:link,
a:active,
a:visited{
	text-decoration: none;	
}
a:hover{
	text-decoration: underline;	
}

div.block{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
}
div.block .innerBlock{
    padding: 20px;
}

div.center{
    text-align: center;
}

#modal{
    display: none;
}

/* ================================================================
	Font Styles
================================================================ */
*{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* ================================================================
	Container Styles
================================================================ */
#container{
	background: url(../images/backgroundTopLine.gif) 0px 40px no-repeat #d34ea9;
        border-top: 1px solid #3d3d3d;
        width: 1010px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        position: relative;
}

#contentWrapper{
        margin-top: 216px;
	background: #d7e5f0 url(../images/clouds.gif) 0px -60px repeat-y;
        position: relative;
}

/* ================================================================
	Intro Styles
================================================================ */
#logo{
	position: absolute;
	top: -158px;
	left: 12px;
}

#pageHeader{
	padding-top: 28px;
	margin-left: 200px;
        width: 440px;
}
#pageHeader h1{
	font-size: 24px;	
}

/* ================================================================
	supportingText Styles
================================================================ */
#supportingText{
        position: relative;
        padding-top: 20px;
        margin-left: 200px;
	width: 800px;
        float: left;
        clear: both;
}

#supportingText #primaryContent{
	width: 562px;
        float: left;
        z-index: 2;
        position: relative;
}

#supportingText #secondaryContent{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 220px;
        margin-top: 32px;
}


/* ================================================================
	linkList Styles
================================================================ */
#linkList li{
	float: left;	
}


/* ================================================================
	mainMenu Styles
================================================================ */
div#mainMenu{
	position: absolute;
	top: -74px;
	left: 200px;
}
div#mainMenu li{
	margin-right: 5px;
}
div#mainMenu li span{
	font-weight: bold;	
}
div#mainMenu li a:link,
div#mainMenu li a:active,
div#mainMenu li a:visited,
div#mainMenu li a:hover{
	display:block;	
	background: #ebf2f7;
	height: 44px;
	line-height: 41px;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration:none;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
div#mainMenu li a:hover{
	background: #ffd800;
}
div#mainMenu li.home a:link,
div#mainMenu li.home a:active,
div#mainMenu li.home a:visited,
div#mainMenu li.home a:hover{
	background-image: url(../images/homepageButton.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 30px;
}
div#mainMenu li.home span{
	display: none;	
}
div#mainMenu li.home{
	z-index: 400;
}

div#mainMenu li.selected span{
	display:block;
	background: #ffd800;
	height: 44px;
	line-height: 41px;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration:none;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	
}
div#mainMenu li.selected span.home{
    background: #ffd800 url(../images/homepageButton.png) center center no-repeat;
    width: 30px;
}
div#mainMenu li.selected span.home span{
    display: none;
}

.mainMenuSelectedHelper{
    position: absolute;
    top: 175px;
    left: 0px;
    background: #FFD800;
    height: 13px;
    width: 100px;
}
div#mainMenu .dumpbanner{
    background: url(../images/dump_banner.png) top left no-repeat;
    width: 379px;
    height: 55px;
    position: absolute;
    top: -15px;
    right: -390px;
}
/* ================================================================
	sideMenu Styles
================================================================ */
#sideMenu{
    position: absolute;
    top: 0px;
    left: 11px;
}
#sideMenu h4{
    font-size: 16px;
    font-weight: normal;
}
#sideMenu .open h4,
#sideMenu .close h4{
    padding-left: 19px;
    background: url(../images/sideMenuArrow.png) top left no-repeat;
}
#sideMenu .open h4{
    background: url(../images/sideMenuArrow.png) bottom left no-repeat;
}

#sideMenu ul{
    background: url(../images/sideMenuTop.gif) top center no-repeat;
    padding-top: 31px;
}
#sideMenu ul ul{
    background: none;
    padding-top: 0px;
}
#sideMenu .close ul{
    display: none;
}
#sideMenu li{
    float: none;
    padding-bottom: 9px;
    background: url(../images/sideMenuMiddle.gif) bottom center no-repeat;
    position: relative;
    z-index: inherit;
    zoom: 1; /* For IE6 */
}
#sideMenu li div.filters,
#sideMenu li div.menu{
    width: 128px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#sideMenu li.blue div{
    width: 156px;
    padding: 6px;
}
#sideMenu li.blue div div{
    background: #4f7ad3;
    border: 0px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 14px;
    width: 128px;
}
#sideMenu li.blue span{
    color: #ffffff;
}
#sideMenu li span.amount{
    font-size: 12px;
    padding-left: 5px;
}

#sideMenu li ul{
    margin-top: 7px;
}
#sideMenu li li{
    border-top: 1px solid #e5e5e5;
    background: none;
    padding: 0px;
    padding-left: 16px;
    height: 29px;
    line-height: 29px;
    font-size: 12px;
}
#sideMenu a:link,
#sideMenu a:active,
#sideMenu a:visited,
#sideMenu a:hover{
    text-decoration: none;
}
#sideMenu a:hover,
#sideMenu a:hover span{
    text-decoration: underline;
}

/* ================================================================
	siteWide Styles
================================================================ */
div#siteWide{
	position: absolute;
	top: -216px;
	left: 0px;
	width: 100%;
	height: 40px;
	background: url(../images/siteWideBackground.gif) top left repeat-x;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, rgb(39,39,39)),color-stop(0.74, rgb(61,61,61)));
	background: -moz-linear-gradient(center bottom,rgb(39,39,39) 15%,rgb(61,61,61) 74%);
}
div#siteWide div.wrapper{
	position: relative;
	background:red;
	width: 1000px;
}
div#siteWide ul{
	position: absolute;
	top: 0px;
	right: 0px;
}
div#siteWide ul li{
	line-height: 36px;	
	margin-left: 15px;
}

div#siteWide ul li a,
div#siteWide ul li a span{
	color: #ffffff;
        font-size: 13px;
}

/* ================================================================
	crumblePath Styles
================================================================ */
#crumblePath{
	position: absolute;
	top: -44px;
	left: 0px;
	right: 0px;
	height: 44px;
	background: url(../images/crumbleBackground.png) bottom left repeat-x;
	padding-left: 200px;
}
#crumblePath span{
	font-size: 12px;
	font-weight: bold;
}

#crumblePath ul{
	padding-top: 15px;
}
#crumblePath li{
	background: url(../images/crumbleSeperator.gif) 0px 11px no-repeat;
	height: 30px;
	padding-left: 16px;
	padding-right: 14px;
	line-height: 28px;
}
#crumblePath a{
	display: block;
	height: 28px;	
}
#crumblePath li.first{
	background: none;
	padding-left: 0px;
}
#crumblePath li.home{
	background: url(../images/crumbleHomeIcon.gif) 0px 9px no-repeat;	
	width: 10px;
}
#crumblePath li.home a{
	width: 10px;
	height: 28px;
}
#crumblePath li.home span{
	display: none;	
}


/* ================================================================
	websiteMenu Styles
================================================================ */
#websiteMenu{
	position: absolute;
	top: -216px;
	left: 0px;
}
#websiteMenu ul{
	margin-left: 12px;	
}
#websiteMenu li{
	width: 158px;
	height: 40px;
	margin-right: 5px;
}
#websiteMenu li.jongensfietsen{
	background: url(../images/tabJongensfietsen.gif) bottom left no-repeat;	
}
#websiteMenu li.jongensfietsenSelected{
	background: url(../images/tabJongensfietsenSelected.gif) bottom left no-repeat;	
}

#websiteMenu li.meisjesfietsen{
	background: url(../images/tabMeisjesfietsen.gif) bottom left no-repeat;	
}
#websiteMenu li.meisjesfietsenSelected{
	background: url(../images/tabMeisjesfietsenSelected.gif) bottom left no-repeat;	
}
#websiteMenu li a{
	display: block;
	width: 158px;
	height: 40px;
}
#websiteMenu li span{
	display: none;	
}


/* ================================================================
	basketBlock Styles
================================================================ */
#basketBlock{
	position: absolute;
	top: -173px;
	left: 895px;
        width: 107px;
        height: 63px;
        overflow: hidden;
}
#basketBlock a{
	display: block;
	width: 107px;
	height:63px;
	background:url(../images/basketIcon.gif) top left no-repeat;
}
#basketBlock span{
	display:block;
	position: absolute;
	top: 3px;
	left: 50px;
	background: url(../images/basketCount.png) center center no-repeat;
	font-size:10px;
	font-weight: bold;
	height: 25px;
        width: 30px;
	line-height: 13px;
	padding-left: 5px;
	padding-right: 5px;
        text-align: center;
        line-height: 25px;
}

/* ================================================================
	shareBlock Styles
================================================================ */
#shareBlock{
    position: absolute;
    top: -173px;
    left: 830px;
    width: 35px;
    height: 62px;
    background: url(../images/shareIcon.gif) top left no-repeat;
}
#shareBlock h3{
    display: none;
}
#shareBlock a{
    display: block;
    width: 40px;
    height: 70px;
}
#at15s{
    position: absolute;
    top: 125px !important;
    left: 740px !important;
}

/* ================================================================
	searchBlock Styles
================================================================ */
#searchBlock{
	position: absolute;
	top: -147px;
	left: 200px;
	width: 561px;
	height: 43px;
	background: url(../images/searchBar.gif) top left no-repeat;
}
#searchBlock input.textField{
        margin-top: 4px;
        margin-left: 4px;
	height: 33px;
        line-height: 31px;
	width: 506px;
	border: 0px;
	background: none;
	padding-left: 15px;
        color: #717d87;
        font-size: 14px;
        font-style: italic;
}
#searchBlock input.active,
#searchBlock input.textField:focus{
        color: #000000;
        font-style: normal;
}

#searchBlock input.submitButton{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 43px;
	width: 50px;
	border: 0px;
	background: none;
	font-size: 1px;
	color: #ffffff;
	cursor: pointer;
	cursor: hand;
}
/* ================================================================
	footerWrapper Styles
================================================================ */
#footerWrapper{
    display: none;
    border-top: 2px solid #000000;
    background: #130c01 url(../images/footerBackground.jpg) top left repeat-x;
    position: relative;
    float: left;
    width: 100%;
}
#footerWrapper .visual{
    position: absolute;
    top: -331px;
    left: 0px;
    width: 470px;
    height: 390px;
    background: url(../images/footerTop.png) top left no-repeat;
    z-index: 1;
}
#footerWrapper div.mainsite{
    background: url(../images/12gotrading_logo.gif) top right no-repeat;
    height: 35px;
    width: 240px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
    
}
#footerWrapper div.mainsite span.subtitle{
    font-size: 11px;
    display:block;
    margin-right: 45px;
    margin-bottom: 6px;
    color: #ffffff;
}
#footerWrapper div.mainsite span.title{
    font-size: 14px;
    display:block;
    margin-right: 45px;
    color: #ffffff;
}

/* ================================================================
	grid Styles
================================================================ */
ul.grid{
}
ul.grid li.block{
    float: left;
    width: 174px;
    background: #ffffff;
    margin-left: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#secondaryContent ul.grid li.block{
    width: 220px;
    margin-left: 0px;
}
ul.grid li.first{
    margin-left: 0px;
}

ul.grid li.block div.inner{
    padding: 10px;
}

ul.grid li.bigBlock{
    width: 562px;
}
ul.grid li.m{
    width: 368px;
}
ul.grid li.l{
    width: 562px;
}
ul.grid li.product{
    text-align: center;
    height: 190px;
    position: relative;
    overflow: hidden;
}
ul.grid li.product h2{
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
}
ul.grid li.product div.image{
    margin-bottom: 10px;
}

ul.grid li.product div.discount{
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 10px;
    text-align: left;
}
ul.grid li.product div.discount div.perc{
    margin-bottom: 5px;
}
ul.grid li.product div.discount div.oldprice{
    background: url(../images/stripethrough.png) top left no-repeat;
}

ul.grid li.product a.button:link,
ul.grid li.product a.button:active,
ul.grid li.product a.button:visited,
ul.grid li.product a.button:hover{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
span.size{
    background: #e00808;
    font-size: 10px;
    font-weight: normal;
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #ffffff;
    padding: 2px 4px;
    line-height: 9px;
    position: relative;
    top: -2px;
}

/* ================================================================
	footerMenu Styles
================================================================ */
.defaultFooterMenu{
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: 12px;
}
.defaultFooterMenu h3{
    display: none;
}
.defaultFooterMenu ul{
    height: 16px;
}
.defaultFooterMenu li{
    float: left;
    padding: 0px 10px;
    border-left: 2px solid #ffffff;
    line-height: 14px;
    height: 16px;
}
.defaultFooterMenu li:first-child{
    padding-left: 0px;
    border-left: 0px;
}
.defaultFooterMenu li,
.defaultFooterMenu li a:link,
.defaultFooterMenu li a:active,
.defaultFooterMenu li a:visited,
.defaultFooterMenu li a:hover{
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
}

/* ================================================================
	age Styles
================================================================ */
#secondaryContent ul.grid li.age{
  margin-top: 14px;
  margin-bottom: 42px;
  text-align: center;
  position: relative;
}
#secondaryContent ul.grid li.age #ageImage{
    height: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(../images/ageVisual.gif) bottom center no-repeat;
}
#secondaryContent ul.grid li.age .ageFieldWrapper{
    margin: 0px 10px;
    margin-bottom: 20px;
}
#secondaryContent ul.grid li.age a.button{
    margin-bottom: 10px;
}
#secondaryContent li.age .jslider-value{
    font-size: 14px;
    font-weight: bold;
    top: -22px;
}

/* ================================================================
	timeTable Styles
================================================================ */
#secondaryContent ul.grid li.timeTable{
    margin-top: 14px;
    margin-bottom: 22px;
    text-align: center;
    position: relative;
    background: url(../images/clock.jpg) 20px 35px no-repeat #ffffff;
}
li.timeTable div.text{
    margin-top: 20px;
    margin-left: 70px;
    margin-bottom: 5px;
    text-align: left;
    line-height: 24px;
    font-size: 14px;
}

/* ================================================================
	banner Styles
================================================================ */
#primaryContent .bannerWrapper{
    height: 150px;
    overflow: hidden;
}
#primaryContent .s .bannerWrapper{
    width: 154px;
}
#secondaryContent .bannerWrapper{
    width: 200px;
    overflow: hidden;
}
#primaryContent .l .bannerWrapper{
    height: auto;
}

/* ================================================================
	custom Header Styles
================================================================ */
li.age h2{
    background: url(../images/headerHoeOudBenJij.png) top left no-repeat;
    width: 212px;
    height: 40px;
    position: absolute;
    top: -16px;
    left: 4px;
}

li.timeTable h2{
    background: url(../images/headerOpeningstijden.png) top left no-repeat;
    width: 195px;
    height: 40px;
    position: absolute;
    top: -16px;
    left: 12px;
}

li.information h2{
    background: url(../images/headerInformatie.png) top left no-repeat;
    width: 140px;
    height: 35px;
    position: absolute;
    top: -18px;
    left: 16px;
}

li.timeTable h2 span,
li.age h2 span,
li.information h2 span{
    display: none;
}

/* ================================================================
	text Styles
================================================================ */
.textBlock{
    font-size: 12px;
    line-height: 20px;
}

.textBlock p{
    margin-top: 15px;
}
.textBlock p:first-child{
    margin-top: 0px;
}
.textBlock table{
    width: 100%;
}

.textBlock th,
.textBlock td{
    border: 2px solid #e5e5e5;
    text-align: left;
    padding: 8px;
}
.textBlock tr.odd{
    background: #ffffff;
}
.textBlock tr.even{
    background: #eff5f9;
}

.textBlock th.wheel{
    background: url(../images/meta_wheel.gif) 8px 8px no-repeat;
    padding-left: 35px;
}
.textBlock th.age{
    background: url(../images/meta_age.gif) 8px 8px no-repeat;
    padding-left: 35px;
}
.textBlock th.cloth{
    background: url(../images/meta_cloth.gif) 8px 8px no-repeat;
    padding-left: 35px;
}

div.printButton{
    position: absolute;
    top: -37px;
    right: 0px;
    font-size: 12px;
    background: url(../images/print.png) top right no-repeat;
    height: 16px;
    padding-right: 25px;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
}

/* ================================================================
	form Styles
================================================================ */
div.formBlock{
    margin-bottom: 20px;
    font-size: 12px;
}
div.row{
    position: relative;
    margin-bottom: 10px;
    padding-left: 110px;
}
div.row label{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100px;
    font-weight: bold;
    line-height: 30px;
}
div.row span.fieldWrapper{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #d6e5f1;
    background: #d6e5f1;
    padding: 2px;
    display: block;
}
div.formBlock div.row input{
    height: 20px;
    width: 390px;
    background: #d6e5f1;
    border: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}
div.formBlock div.row textarea{
    width: 390px;
    height: 100px;
    padding: 5px;
    font-size: 12px;
    background: #d6e5f1;
    border: 0px;
    resize: none;
    overflow: auto;
}

div.row span.required{
    border-color: #e00808;
}

div.buttonRow{
    position:relative;
    height: 40px;
}
div.buttonRow .submitButton{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

div#googlemap{
    height: 330px;
    font-size: 12px;
    line-height: 15px;
}

/* ================================================================
	info Styles
================================================================ */
.information{
    font-size: 12px;
    line-height: 16px;
}
ul.grid li.information div.inner{
    padding: 20px;
}
.information h3{
    font-size: 14px;
}
.information ul{
    margin-top: 10px;
}
.information li{
   border-top: 1px solid #E5E5E5;
   padding: 10px 0px;
}
.information li:first-child{
    border-top: 0px;
    padding-top: 0px;
}
.information li span.small,
.information li span.big{
    display: block;
}
.information li span.small{
    font-size: 10px;
}
.information li.phone{
    background: url(../images/iconPhone.jpg) 0px 10px no-repeat;
    padding-left: 60px;
}
.information li.fax{
    background: url(../images/iconFax.jpg) 0px 10px no-repeat;
    padding-left: 60px;
}
.information li.email{
    background: url(../images/iconMail.jpg) 0px 10px no-repeat;
    padding-left: 60px;
}
.information li.bank{
    background: url(../images/iconRabobank.jpg) 0px 10px no-repeat;
    padding-left: 60px;
}
.information li.kvk{
    background: url(../images/iconKVK.jpg) 0px 10px no-repeat;
    padding-left: 60px;
}
.information li.btw{
    padding-left: 60px;
}

/* ================================================================
	button Styles
================================================================ */
a.button:link,
a.button:active,
a.button:visited,
a.button:hover{
    background: #ffd800 url(../images/buttonArrow.png) no-repeat center right;
    font-size: 14px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    padding-right: 26px;
    text-decoration: none;
    float: right;
}
a.button:hover{
    color: #ffffff;
    background: #e00808 url(../images/buttonArrowWhite.png) center right no-repeat;
}

.submitButton{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #FFD800 url(../images/buttonArrow.png) center right no-repeat;
    cursor: pointer;
    cursor: hand;
    height: 29px;
    line-height: 29px;
    padding: 0px 30px 0px 10px;
    font-weight: bold;
    display:inline-block;
    text-decoration: none;
}
.submitButton:hover{
    background: #e00808 url(../images/buttonArrowWhite.png) center right no-repeat;
    text-decoration: none;
    color: #ffffff;
}

.leftButton{
    width: 17px;
    height: 17px;
    background: url(../images/arrowLeft.gif) top left no-repeat;
    cursor: pointer;
    cursor: hand;
}
.leftButton span{
    display: none;
}
.leftButton:hover{
    background: url(../images/arrowLeft.gif) bottom left no-repeat;
}

.rightButton{
    width: 17px;
    height: 17px;
    background: url(../images/arrowRight.gif) top left no-repeat;
    cursor: pointer;
    cursor: hand;
}
.rightButton span{
    display: none;
}
.rightButton:hover{
    background: url(../images/arrowRight.gif) bottom left no-repeat;
}

.productButton{
   -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #FFD800 url(../images/buttonArrow.png) center right no-repeat;
    cursor: pointer;
    cursor: hand;
    height: 29px;
    line-height: 29px;
    padding: 0px 30px 0px 10px;
    font-weight: bold;
    display:inline-block;
    text-decoration: none;
}
.productButton:hover{
    background: #e00808 url(../images/buttonArrowWhite.png) center right no-repeat;
    text-decoration: none;
}
.productButton:hover span{
    color: #ffffff;
}
.formButton{
   -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #FFD800 url(../images/buttonArrow.png) center right no-repeat;
    cursor: pointer;
    cursor: hand;
    height: 29px;
    line-height: 29px;
    padding: 0px 30px 0px 10px;
    font-weight: bold;
    display:inline-block;
    text-decoration: none;
}
.formButton:hover{
    background: #e00808 url(../images/buttonArrowWhite.png) center right no-repeat;
    text-decoration: none;
}
.formButton:hover span{
    color: #ffffff;
}
.formButtonLoading{
   background: #FFD800 url(../images/ajax-loader-yellow-black.gif) 64px 7px no-repeat;
}
.formButtonLoading:hover{
   background: #e00808 url(../images/ajax-loader-red-white.gif) 64px 7px no-repeat;
}
#contactForm .formButtonLoading{
    background-position: 72px 7px;
}
.orderButton{
   -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #e00808 url(../images/buttonArrowWhite.png) center right no-repeat;
    cursor: pointer;
    cursor: hand;
    height: 29px;
    line-height: 29px;
    padding: 0px 30px 0px 10px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 0px;
}
.orderButton:hover{
    background: #FFD800 url(../images/buttonArrow.png) center right no-repeat;
}
.orderButton span{
    color: #ffffff;
}
.orderButton:hover span{
    color: #000000;
}

.orderButtonLoading{
    background: #e00808 url(../images/ajax-loader-red-white.gif) 68px 7px no-repeat;
}
.orderButtonLoading:hover{
    background: #FFD800 url(../images/ajax-loader-yellow-black.gif) 68px 7px no-repeat;
}

table.thumbnail{
    width: 45px;
    height: 45px;
}
table.thumbnail td{
    padding: 2px;
    text-align: center;
    vertical-align: middle;
}
