﻿@charset "utf-8";

#content #flashmemory {
	padding-bottom: 10px;
	width:751px;
}

#content #flashmemory #contentflashmemory {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #F9F8F6;
	padding: 0 19px 19px 19px;
}

#content #flashmemory h3 {
	margin-bottom: 13px;
}

#content #flashmemory .memoryleft {
	width: 347px;
	float: left;
}

#content #flashmemory .memoryright {
	width: 347px;
	float: right;
}

#content #flashmemory .modelblock {
	background: #000000;
	margin-bottom: 15px;
	padding: 16px;
	color: #FFFFFF;
}

#content #flashmemory .modelblock .modelleft {
	width: 424px;
	float: left;
}

#content #flashmemory .modelblock .modelright {
	width: 236px;
	float: right;
}

#content #flashmemory .modelblock .modelleft p.memoryindent {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 2px;
}

#content #flashmemory .modelblock .modelleft a.detaillink:link {
	color: #FFFF99;
	text-decoration: none;
}

#content #flashmemory .modelblock .modelleft a.detaillink:visited {
	color: #FFFFD9;
	text-decoration: none;
}

#content #flashmemory .modelblock .modelleft a.detaillink:hover {
	color: #FFFF99;
	text-decoration: underline;
}

#content #flashmemory .modelblock .modelleft a.detaillink:active {
	color: #FFFFD9;
	text-decoration: none;
}


#content #flashmemory .modelblock .modelleft a.legallink:link {
	color: #CCCCCC;
	text-decoration: underline;
}

#content #flashmemory .modelblock .modelleft a.legallink:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

#content #flashmemory .modelblock .modelleft a.legallink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#content #flashmemory .modelblock .modelleft a.legallink:active {
	color: #CCCCCC;
	text-decoration: underline;
}

#content #flashmemory .modelblock .modelleft p.pricearia {
	padding-top: 25px;
}

#content #flashmemory .modelblock .marginright4{
	margin-right: 4px;
}


/* ---------- clear// ----------縲*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* ---------- //clear ----------縲*/

