body {
	height: 100%; 
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #282828;
	background-color:#f0f0f0;
	font-size:15px;
	background-attachment: fixed;
}

hr {
	margin:5px 0px;	
}
a:visited:hover, a:hover {
	text-decoration: none; 
	color:#c8c8c8;
}

a, a:visited, a:active {
	text-decoration: none; 
	color:#ffffff;
}

h1 {
	font-size:25px;
	color:#ffffff;
	margin:0px;
}

.col-sm-3 {
	padding:0px 5px 0px 5px;
}

.header {
	background-color: #D9534F;
	font-weight:bold;
	color:#ffffff;
}

.specs {
	text-align:left; 
	padding:10px; 
	background-color:#428bca;
	margin: 15px 10px 0px 10px;
	color:#ffffff;	
	border-radius:14px;
	clear:both;
}

.hide {
	display:none;
}

.center {
	text-align:center;
}

.box {
    border-radius: 14px;
    box-sizing: border-box;
}

.item {
	border-radius: 14px;
	 margin: 15px; 
	 width:258px; 

	 background-color:#ffffff; 
	 border: 1px solid #bbbbbb; 
}

#top{
	background: none repeat scroll 0 0 #428bca; 
	-webkit-box-shadow: 0 8px 6px -6px #222;
	-moz-box-shadow: 	0 8px 6px -6px #222;
	box-shadow: 		0 8px 6px -6px #222;
	width:100%;
	color:#ffffff;
	margin: 0px 0px 10px 0px;
	padding:5px;
	position: relative;
	border-radius: 5px;
}


.box img{
	margin: 10px 0px 0px 0px;
}

.wrap{
	margin: auto;
    max-width: 980px;
}

.clear{
    clear: both;
    content: "";
    display: table;
}

.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid ;
  border-color: red;

  -webkit-transform:rotate(-15deg);
  -moz-transform:rotate(-15deg);
  -ms-transform:rotate(-15deg);
  -o-transform:rotate(-15deg);
  transform:rotate(-15deg);
}

.footer {
    text-align: center;
    width: 100%;
    margin: 10px 0px 20px 0px;
    font-size: 15px;
    border-top: 1px solid #aaaaaa;
    padding: 10px;
	color: #aaaaaa;
}

.down-item {
	white-space: nowrap; 
	cursor: pointer; 
	color:#337ab7;
}	

.button {
	background-color: #ffffff;
	color: #31708f;
	display: inherit;
}