/*Stop resizing fonts on iPhone*/
@media only screen and (max-device-width: 960px) {
    html {
        -webkit-text-size-adjust:none;
    }
 }

body {
	background-color: #dfdedc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.linkcolor, A:link, A:visited, A:active {
	color: #FFFFFF;
	text-decoration: none;
	}

.bgTopMenu{
	background-image: url(/_media/front/topRepeater.png);
	background-repeat: no-repeat;
	background-position: center top;
	}

.contentBox_dark {
	box-shadow: 3px 3px 4px rgba(0,0,0,0.1);
	background-color: #2f2f2f;
	border: 1px solid #898989;
	border-radius:4px;
	}

.centertable {
	width: 100%;
	max-width: 550px;
	display: block;
}

.hr_styleSingleDark {
  color: #606060;
  background-color: #606060;
  height: 1px;
  border:none;
  }

.normalTinyTight {
	font-size:10px;
	line-height: 14px;
	color:#7c7c7c;
	font-family: Tahoma, Geneva, sans-serif;
}

.buttonNormal_full {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	border: 0px;
	padding: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.4));
	border-radius: 3px;
	width:100%;
	height: 28px;
	cursor:pointer;
	text-align:center;
	position: relative;
}
